summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-04-09 22:14:07 +0200
committerMel <mel@rnrd.eu>2025-04-09 22:14:07 +0200
commite83ce9e9b0b71f04613aa9f998d490fbbb1b66c3 (patch)
tree9db1ad2d7a8265bbff47b090c8e9514e2f262850 /modules
parent75addcd6257f9f02669f3cf11422a61dea1c7323 (diff)
downloadnetwork-e83ce9e9b0b71f04613aa9f998d490fbbb1b66c3.tar.zst
network-e83ce9e9b0b71f04613aa9f998d490fbbb1b66c3.zip
Remove custom YCM package, as upstream has merged fix
Signed-off-by: Mel <mel@rnrd.eu>
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 = [ ];
         };