diff options
author | tv <tv@shackspace.de> | 2015-11-01 13:16:15 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-11-01 13:16:15 +0100 |
commit | 51f875a43666af5ee16ef04fd95142ac09a16754 (patch) | |
tree | 07acc7f5a01dde3479dd9616e46ecfe7b1e8ada2 /tv | |
parent | 7a9800289e64b25854b73d534f777ebcfb51ea04 (diff) |
tv vim: don't ru ~/vim
Diffstat (limited to 'tv')
-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 { |