From 49638ca7e88cbef7bb2012b06fe4c126bffd835f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 22 Aug 2018 15:02:05 -0700 Subject: Vim colors and other ui tweaks --- home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 5e5f44f..e40b4bb 100644 --- a/home.nix +++ b/home.nix @@ -181,11 +181,12 @@ in vim = { enable = true; plugins = [ - "ctrlp" + "ctrlp" "fugitive" "editorconfig-vim" "gitgutter" "surround" + "vim-colorschemes" ]; extraConfig = builtins.readFile ./vimrc; }; -- cgit v1.2.3