diff options
-rw-r--r-- | lib/common.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/common.nix b/lib/common.nix index 0dc59cc..5c923ae 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -124,11 +124,7 @@ in vim = { enable = true; plugins = with pkgs.vimPlugins; [ - ctrlp - fugitive editorconfig-vim - surround - vim-colorschemes ]; extraConfig = builtins.readFile ./vimrc; }; |