File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ https://github.com/vim-scripts/Tagbar.git
21
21
#https://github.com/tpope/vim-commentary.git
22
22
#https://github.com/kien/ctrlp.vim.git
23
23
https://github.com/widox/vim-buffer-explorer-plugin.git
24
+ https://github.com/zeis/vim-kolor.git
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ set timeoutlen=500
54
54
55
55
" quickly toggle folding
56
56
nnoremap <Space> za
57
- " set foldmethod=indent
58
- " set foldlevelstart=0
57
+ set foldmethod = indent
58
+ set foldlevelstart = 0
59
59
60
60
silent ! mkdir - p ~/.vim-tmp/
61
61
set backupdir = ~/.vim-tmp
@@ -83,7 +83,7 @@ if has("gui_running")
83
83
set lines = 999 columns = 999
84
84
else
85
85
set background = dark " adapt colors for dark background
86
- colorscheme badwolf " desert256 lucius solarized molokai blackboard
86
+ colorscheme kolor " badwolf desert256 lucius solarized molokai blackboard
87
87
endif
88
88
89
89
" For when you forget to sudo.. Really Write the file.
You can’t perform that action at this time.
0 commit comments