diff options
Diffstat (limited to 'modules/vim.nix')
| -rw-r--r-- | modules/vim.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/vim.nix b/modules/vim.nix index 4fe62fe..ceceac5 100644 --- a/modules/vim.nix +++ b/modules/vim.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, auxiliaryPkgs, ... }: let configs = [ @@ -18,13 +18,12 @@ let packages.collection = with vimPlugins; { start = [ - YouCompleteMe fzf-vim vim-easymotion vim-sleuth vim-better-whitespace vim-tmux-navigator - ]; + ] ++ (with auxiliaryPkgs; [ youcompleteme ]); opt = [ ]; }; |
