summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-06-18 14:56:59 -0700
committerBen Sima <ben@bsima.me>2020-06-18 14:56:59 -0700
commitf0d3235b851387b142f78acb8f8f21215406a00e (patch)
tree6cdbb56b02b7b88e92381c31506e19a0fe5e0484 /lib/common.nix
parentcd91afea0d9e3ed6191885c1e25cc5f1cd614b27 (diff)
vim: remove useless plugins
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix4
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;
};