vimPlugins.lf-vim: init at 2019-10-11

This commit is contained in:
Eduardo Quiros 2020-02-02 02:22:29 -06:00 committed by Jon
parent c3620abe24
commit 8ec9dedc77
3 changed files with 16 additions and 0 deletions

View File

@ -1706,6 +1706,17 @@ let
};
};
lf-vim = buildVimPluginFrom2Nix {
pname = "lf-vim";
version = "2019-10-11";
src = fetchFromGitHub {
owner = "ptzz";
repo = "lf.vim";
rev = "8ffbae128b8887283b2d4b3a660e5be0de58ea0c";
sha256 = "0gzj9h31f4synjqfv8dhqihr6fgi3ar06xqjjl5fb4269p9964lb";
};
};
lh-brackets = buildVimPluginFrom2Nix {
pname = "lh-brackets";
version = "2019-11-26";

View File

@ -481,6 +481,10 @@ self: super: {
};
});
lf-vim = super.lf-vim.overrideAttrs(old: {
dependencies = with super; [ bclose-vim ];
});
vim-stylish-haskell = super.vim-stylish-haskell.overrideAttrs (old: {
postPatch = old.postPatch or "" + ''
substituteInPlace ftplugin/haskell/stylish-haskell.vim --replace \

View File

@ -355,6 +355,7 @@ ponko2/deoplete-fish
posva/vim-vue
powerman/vim-plugin-AnsiEsc
PProvost/vim-ps1
ptzz/lf.vim
python-mode/python-mode
qnighy/lalrpop.vim
qpkorr/vim-bufkill