mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
vimUtils.vimrcFile: fixes packpath order
This commit is contained in:
parent
0df887dd7b
commit
5d2ea07f02
@ -330,9 +330,8 @@ let
|
|||||||
);
|
);
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
set packpath-=~/.vim/after
|
set packpath^=${packDir packages}
|
||||||
set packpath+=${packDir packages}
|
set runtimepath^=${packDir packages}
|
||||||
set packpath+=~/.vim/after
|
|
||||||
|
|
||||||
filetype indent plugin on | syn on
|
filetype indent plugin on | syn on
|
||||||
'');
|
'');
|
||||||
|
Loading…
Reference in New Issue
Block a user