From 3c9086c16168486b57f999c9a4e0aa5a562ad257 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 29 Mar 2020 11:07:57 -0700 Subject: Use vimPlugins instead of strings --- lib/common.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index bb89efa..c81b97e 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -114,12 +114,12 @@ in vim = { enable = true; - plugins = [ - "ctrlp" - "fugitive" - "editorconfig-vim" - "surround" - "vim-colorschemes" + plugins = with pkgs.vimPlugins; [ + ctrlp + fugitive + editorconfig-vim + surround + vim-colorschemes ]; extraConfig = builtins.readFile ./vimrc; }; -- cgit v1.2.3