summaryrefslogtreecommitdiffstats
path: root/tv/2configs/vim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/2configs/vim.nix')
-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