mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
do not explicitly set theme and color number
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -22,3 +22,6 @@
|
|||||||
[submodule "vim/bundle/vim-coffee-script"]
|
[submodule "vim/bundle/vim-coffee-script"]
|
||||||
path = vim/bundle/vim-coffee-script
|
path = vim/bundle/vim-coffee-script
|
||||||
url = https://github.com/kchmck/vim-coffee-script.git
|
url = https://github.com/kchmck/vim-coffee-script.git
|
||||||
|
[submodule "config/awesome"]
|
||||||
|
path = config/awesome
|
||||||
|
url = git@github.com:igrat/awesome-config.git
|
||||||
|
|||||||
1
config/awesome
Submodule
1
config/awesome
Submodule
Submodule config/awesome added at 9489c976b5
9
vimrc
9
vimrc
@@ -72,12 +72,11 @@ if v:version >= 703
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" COLOR SCHEME
|
" COLOR SCHEME
|
||||||
set t_Co=256
|
"set t_Co=256
|
||||||
set background=dark
|
set background=dark
|
||||||
"colorscheme slate
|
"if has("gui_running")
|
||||||
if has("gui_running")
|
" colorscheme slate
|
||||||
colorscheme slate
|
"endif
|
||||||
endif
|
|
||||||
|
|
||||||
" FOLDING
|
" FOLDING
|
||||||
set foldenable " enable folding
|
set foldenable " enable folding
|
||||||
|
|||||||
Reference in New Issue
Block a user