diff options
author | tv <tv@krebsco.de> | 2015-11-01 13:20:17 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-01 13:20:17 +0100 |
commit | db68135e85de9aa37bc10e080e9519d27c167672 (patch) | |
tree | 9ed9bb8f921672d6f7ae8963ede2b442565c8d4b /tv/2configs | |
parent | 4f0f3b010ac6fe69729ad0ea680a762aa3607540 (diff) |
tv vim: ru pkg.vim share
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/vim.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index ea2c4c9..758dd50 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 |