diff options
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 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 |