From f0d3235b851387b142f78acb8f8f21215406a00e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 18 Jun 2020 14:56:59 -0700 Subject: vim: remove useless plugins --- lib/common.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/common.nix') 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; }; -- cgit v1.2.3