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.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index ba0060b4..ab0fdc23 100644
--- a/tv/2configs/vim.nix
+++ b/tv/2configs/vim.nix
@@ -11,9 +11,7 @@ let
};
runtimepath = concatStringsSep "," [
- "$HOME/.vim" # TODO get rid if this and incorporate everything from wu:~tv/.vim
"${pkgs.vimPlugins.undotree}/share/vim-plugins/undotree"
- #"${tv-vim}/share/vim"
];
vim-industry-colors = pkgs.writeTextFile rec {