diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/common.nix | 1 | ||||
| -rw-r--r-- | modules/vim.nix | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/modules/common.nix b/modules/common.nix index 209a385..3b3b6ec 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -76,7 +76,6 @@ go gopls delve go-task meson cmake nil nixfmt-rfc-style direnv - ycmd helix wineWowPackages.stagingFull winetricks bottles 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 = [ ]; }; |
