diff options
author | tv <tv@krebsco.de> | 2015-11-01 13:17:11 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-01 13:17:11 +0100 |
commit | 4f0f3b010ac6fe69729ad0ea680a762aa3607540 (patch) | |
tree | 36434392334b7e8b47c1bf67d5986900dde49d75 /tv/2configs | |
parent | 8d89615f6d56eb456bbaef069bda8d2cdfdf764f (diff) |
tv vim: use industry colors
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/vim.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index ab0fdc2..ea2c4c9 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 |