Skip to content

Commit

Permalink
vimUtils.vimrcFile: fixes packpath order
Browse files Browse the repository at this point in the history
  • Loading branch information
basilgood authored and megheaiulian committed Jan 23, 2020
1 parent 0df887d commit 5d2ea07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/misc/vim-plugins/vim-utils.nix
Expand Up @@ -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
'');
Expand Down

0 comments on commit 5d2ea07

Please sign in to comment.