mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-13 16:32:30 -05:00
Fix a number of plugins by correcting the &runtimepath declaration
This commit is contained in:
parent
a97440dadc
commit
ff0e110e75
1 changed files with 1 additions and 1 deletions
2
init.vim
2
init.vim
|
@ -13,7 +13,7 @@
|
|||
let g:darkcloudpath = expand('<sfile>:p:h')
|
||||
|
||||
"add config directory: (distro-agnostic system-wide)
|
||||
let &runtimepath = printf("%s,%s/vim,%s/local", &runtimepath, g:darkcloudpath, g:darkcloudpath)
|
||||
let &runtimepath = printf("%s,%s/vim,%s/vim/after,%s/local", &runtimepath, g:darkcloudpath, g:darkcloudpath, g:darkcloudpath)
|
||||
|
||||
"load colours
|
||||
runtime colors/palette.vim
|
||||
|
|
Loading…
Reference in a new issue