diff options
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/vim.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index ba0060b40..ab0fdc23f 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 { |