Skip to content

Commit

Permalink
vimPlugins: fix vam dependency handling
Browse files Browse the repository at this point in the history
  • Loading branch information
timokau committed Feb 19, 2019
1 parent d55e92d commit 15bb628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/vim-plugins/vim-utils.nix
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ let
" tell vam about which plugins to load when:
let l = []
${lib.concatMapStrings (p: "call add(l, ${toNix p})\n") vam.pluginDictionaries}
${lib.concatMapStrings (p: "call add(l, {'name': '${p.pname}'})\n") plugins}
call vam#Scripts(l, {})
'');

Expand Down

0 comments on commit 15bb628

Please sign in to comment.