From 72800459a51d2618f9ed850c1bf02d416cac2767 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 1 Nov 2015 13:17:11 +0100 Subject: tv vim: use industry colors --- tv/2configs/vim.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tv') diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index ab0fdc23..ea2c4c95 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -11,6 +11,7 @@ let }; runtimepath = concatStringsSep "," [ + vim-industry-colors "${pkgs.vimPlugins.undotree}/share/vim-plugins/undotree" ]; @@ -100,7 +101,8 @@ let filetype plugin indent on - "colorscheme industry # TODO + set t_Co=256 + colorscheme industry syntax on cmap w!! w!sudo tee % >/dev/null -- cgit v1.2.3