summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-11-01 13:17:11 +0100
committertv <tv@shackspace.de>2015-11-01 13:17:11 +0100
commit72800459a51d2618f9ed850c1bf02d416cac2767 (patch)
tree61c74b4b262daf45535d47571d5803043ab51bb8 /tv
parent51f875a43666af5ee16ef04fd95142ac09a16754 (diff)
tv vim: use industry colors
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/vim.nix4
1 files changed, 3 insertions, 1 deletions
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