diff options
author | tv <tv@shackspace.de> | 2015-11-01 13:17:11 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-11-01 13:17:11 +0100 |
commit | 72800459a51d2618f9ed850c1bf02d416cac2767 (patch) | |
tree | 61c74b4b262daf45535d47571d5803043ab51bb8 | |
parent | 51f875a43666af5ee16ef04fd95142ac09a16754 (diff) |
tv vim: use industry colors
-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 ab0fdc23f..ea2c4c955 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 |