tv vim: ru pkg.vim share
This commit is contained in:
parent
72800459a5
commit
fac32d6357
@ -12,6 +12,7 @@ let
|
|||||||
|
|
||||||
runtimepath = concatStringsSep "," [
|
runtimepath = concatStringsSep "," [
|
||||||
vim-industry-colors
|
vim-industry-colors
|
||||||
|
"${pkgs.vim}/share/vim/vim${majmin pkgs.vim.version}"
|
||||||
"${pkgs.vimPlugins.undotree}/share/vim-plugins/undotree"
|
"${pkgs.vimPlugins.undotree}/share/vim-plugins/undotree"
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -157,7 +158,7 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
# "7.4.335" -> "74"
|
# "7.4.335" -> "74"
|
||||||
#majmin = x: concatStrings (take 2 (splitString "." x));
|
majmin = x: concatStrings (take 2 (splitString "." x));
|
||||||
in
|
in
|
||||||
out
|
out
|
||||||
#https://github.com/mbbill/undotree
|
#https://github.com/mbbill/undotree
|
||||||
|
Loading…
Reference in New Issue
Block a user