aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2011-10-20 20:26:21 +0600
committerAnton Bobov <abobov@gmail.com>2011-10-20 20:26:21 +0600
commit87762e51a2ff96bf3f31b9b16ee948cbbeae9ac0 (patch)
tree1f1a5690193e492f677e1ad58d7be04dbc302f30 /files/.vimrc
parent147a327f8a302d327f149509304c5e9a895ae93e (diff)
Change vim default color schema and remove annoying warning.
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc9
1 files changed, 3 insertions, 6 deletions
diff --git a/files/.vimrc b/files/.vimrc
index 4d5bd8c..2b31e41 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -8,9 +8,7 @@ if has("multi_byte")
set fileencodings=ucs-bom,utf-8,cp1251,koi8-r,cp866
endif
-if !has('gui')
- let g:CSApprox_loaded=1
-endif
+let g:CSApprox_verbose_level=0
set encoding=utf-8
@@ -28,12 +26,11 @@ set showcmd
" По умолчанию пользоваться :help справкой
set keywordprg=
" Включить подсветку синтаксиса
-colorscheme desert
if &t_Co >= 256 || has('gui_running')
- colorscheme mustang
+ colorscheme desert
endif
if &t_Co > 2 || has('gui_running')
- syntax on
+ syntax on
endif
filetype off " Do so to reload filetype plugins after pathogen