diff options
author | tv <tv@krebsco.de> | 2015-11-01 13:16:15 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-01 13:16:15 +0100 |
commit | 8d89615f6d56eb456bbaef069bda8d2cdfdf764f (patch) | |
tree | 77c8b8b697901d83b0c8ca175bd05bec846d045c /tv/2configs | |
parent | aaf252cf3ad9a2db668984b6e9a9e24bdb971907 (diff) |
tv vim: don't ru ~/vim
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 ba0060b..ab0fdc2 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 { |