Don't explicitly load plugins [Close #118]
This commit is contained in:
parent
11fd924d64
commit
d200995c79
4
vimrc
4
vimrc
@ -102,7 +102,3 @@ set wildignore+=*.png,*.jpg,*.gif
|
|||||||
set scrolloff=8 "Start scrolling when we're 8 lines away from margins
|
set scrolloff=8 "Start scrolling when we're 8 lines away from margins
|
||||||
set sidescrolloff=15
|
set sidescrolloff=15
|
||||||
set sidescroll=1
|
set sidescroll=1
|
||||||
|
|
||||||
for f in split(glob('~/.vim/plugin/settings/*.vim'), '\n')
|
|
||||||
exe 'source' f
|
|
||||||
endfor
|
|
||||||
|
Loading…
Reference in New Issue
Block a user