vimUtils.vimrcFile: fixes packpath order

This commit is contained in:
vasile luta 2020-01-23 12:24:40 +02:00 committed by Meghea Iulian
parent 0df887dd7b
commit 5d2ea07f02

View File

@ -330,9 +330,8 @@ let
);
in
''
set packpath-=~/.vim/after
set packpath+=${packDir packages}
set packpath+=~/.vim/after
set packpath^=${packDir packages}
set runtimepath^=${packDir packages}
filetype indent plugin on | syn on
'');