diff options
author | Ben Sima <ben@bsima.me> | 2020-06-18 14:56:59 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-06-18 14:56:59 -0700 |
commit | f0d3235b851387b142f78acb8f8f21215406a00e (patch) | |
tree | 6cdbb56b02b7b88e92381c31506e19a0fe5e0484 | |
parent | cd91afea0d9e3ed6191885c1e25cc5f1cd614b27 (diff) |
vim: remove useless plugins
-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; }; |