vimUtils: dont use the alias to vim-pathogen

it breaks vim builds when disallowing aliases
launchpad/nixpkgs/master
Matthieu Coudron 3 years ago
parent a793aacf9d
commit abb1e5cd4c
  1. 2
      pkgs/misc/vim-plugins/vim-utils.nix

@ -244,7 +244,7 @@ let
};
in
''
let &rtp.=(empty(&rtp)?"":',')."${vimPlugins.pathogen.rtp}"
let &rtp.=(empty(&rtp)?"":',')."${vimPlugins.vim-pathogen.rtp}"
execute pathogen#infect('${pluginsEnv}/{}')
filetype indent plugin on | syn on

Loading…
Cancel
Save