summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-11-01 13:20:17 +0100
committertv <tv@shackspace.de>2015-11-01 13:20:17 +0100
commitfac32d63571d322ee7b73bc06ab69b519e301706 (patch)
tree051293d0b7d47b2763ee939945b943addd9a5f14 /tv
parent72800459a51d2618f9ed850c1bf02d416cac2767 (diff)
tv vim: ru pkg.vim share
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/vim.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index ea2c4c95..758dd506 100644
--- a/tv/2configs/vim.nix
+++ b/tv/2configs/vim.nix
@@ -12,6 +12,7 @@ let
runtimepath = concatStringsSep "," [
vim-industry-colors
+ "${pkgs.vim}/share/vim/vim${majmin pkgs.vim.version}"
"${pkgs.vimPlugins.undotree}/share/vim-plugins/undotree"
];
@@ -157,7 +158,7 @@ let
'';
# "7.4.335" -> "74"
- #majmin = x: concatStrings (take 2 (splitString "." x));
+ majmin = x: concatStrings (take 2 (splitString "." x));
in
out
#https://github.com/mbbill/undotree