Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from Feb 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 17 additions & 6 deletions pkgs/misc/vim-plugins/generated.nix
Expand Up @@ -1178,12 +1178,12 @@ let

falcon = buildVimPluginFrom2Nix {
pname = "falcon";
version = "2020-01-01";
version = "2020-02-02";
src = fetchFromGitHub {
owner = "fenetikm";
repo = "falcon";
rev = "419279ec95260efe3af42c8b03b823e59f09c3bc";
sha256 = "1cydvb4jbh8h1n09rc8446fspvfvbgbqz5a21nbadbkg3106wn3c";
rev = "4355adcfe26e34744f95a467a07642094ac75884";
sha256 = "0acya14rrmryfv6lmihx5mrjaa6aqqp1mfmyn3jawsynrgrfalc4";
};
};

Expand Down Expand Up @@ -1575,12 +1575,12 @@ let

jedi-vim = buildVimPluginFrom2Nix {
pname = "jedi-vim";
version = "2020-01-24";
version = "2020-02-02";
src = fetchFromGitHub {
owner = "davidhalter";
repo = "jedi-vim";
rev = "c9bdefca547d8d9fc1add1231d1f7d381d056ebf";
sha256 = "1pddriamagd93v45j7ycvlxgs2inxs3gq6616x5d82v7g3ipypgk";
rev = "ea4de13344084623d243bed3ebfccde9f9076585";
sha256 = "0hw3564qqmjdykk1bpb5hgi2ysv0lfpw7z8kbs9mv6sxhln1p7js";
fetchSubmodules = true;
};
};
Expand Down Expand Up @@ -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";
Expand Down
4 changes: 4 additions & 0 deletions pkgs/misc/vim-plugins/overrides.nix
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Expand Up @@ -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
Expand Down