local settings into separate file

This commit is contained in:
2017-11-25 12:58:11 +01:00
parent 46ef67d0f9
commit dca9a90f9f
3 changed files with 15 additions and 9 deletions

3
.vimrc
View File

@@ -2,8 +2,10 @@
"{{{
if has("win32")
source $HOME/vimfiles/plugins.vim
source $HOME/vimfiles/locals.vim
else
source $HOME/.vim/plugins.vim
source $HOME/.vim/locals.vim
endif
"}}}
@@ -35,7 +37,6 @@ set laststatus=2
"Gui stuff
"{{{
set guifont=Consolas:h12
set guicursor=n-v-i-c:block-Cursor
set guicursor+=n-v-i-c:blinkon0
set guioptions-=e