diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2017-01-21 13:57:19 +0000 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2017-01-21 13:57:19 +0000 |
commit | 9884809be3162f5ebc955f272830858f0002f187 (patch) | |
tree | 4ebc4ab4eff1cc09e5545646411bbb76b9be518b /Editor/vimrc | |
parent | 38a2d205b1b4b95273279133dd2fafa19020f8f6 (diff) | |
download | dotfiles-9884809be3162f5ebc955f272830858f0002f187.tar.gz dotfiles-9884809be3162f5ebc955f272830858f0002f187.tar.bz2 dotfiles-9884809be3162f5ebc955f272830858f0002f187.zip |
vim tweaks
Diffstat (limited to 'Editor/vimrc')
-rw-r--r-- | Editor/vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Editor/vimrc b/Editor/vimrc index b58b2c5..f1bc43f 100644 --- a/Editor/vimrc +++ b/Editor/vimrc @@ -29,6 +29,7 @@ set ignorecase " Do case insensitive matching set smartcase " Do smart case matching set incsearch " Incremental search set hlsearch +set background=dark " Fix hilight colours "set autowrite " Automatically save before commands like :next and :make "set hidden " Hide buffers when they are abandoned "set mouse=a " Enable mouse usage (all modes) @@ -108,7 +109,7 @@ let g:hardtime_allow_different_key = 1 " YouCompleteMe -let g:ycm_global_ycm_extra_conf = "~/.ycm_global_ycm_extra_conf.py" +let g:ycm_global_ycm_extra_conf = "~/.vim/ycm_extra_conf.py" let g:ycm_dont_warn_on_startup = 0 let g:ycm_complete_in_comments = 1 let g:ycm_complete_in_strings = 1 |