summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/vim.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/vim.nix b/modules/vim.nix
index eb5d794..d57a961 100644
--- a/modules/vim.nix
+++ b/modules/vim.nix
@@ -42,7 +42,8 @@ let
             vim-sleuth
             vim-better-whitespace
             vim-tmux-navigator
-          ] ++ (with auxiliaryPkgs; [ youcompleteme ]);
+            YouCompleteMe
+          ];
 
           opt = [ ];
         };