Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373]
This commit is contained in:
4
vim/settings.vim
Normal file
4
vim/settings.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
for fpath in split(globpath('~/.vim/settings', '*.vim'), '\n')
|
||||
exe 'source' fpath
|
||||
endfor
|
||||
Reference in New Issue
Block a user