tv vim: use industry colors

This commit is contained in:
tv 2015-11-01 13:17:11 +01:00
parent 51f875a436
commit 72800459a5

View File

@ -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