forked from mirrors/nixpkgs
vimPlugins.leap-ast-nvim: init at 2022-08-02
This commit is contained in:
parent
342dd0bf48
commit
da7676ecd6
|
@ -3921,6 +3921,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/leanprover/lean.vim/";
|
||||
};
|
||||
|
||||
leap-ast-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "leap-ast.nvim";
|
||||
version = "2022-08-02";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ggandor";
|
||||
repo = "leap-ast.nvim";
|
||||
rev = "38d05c808fc8cecb4c380912649d87c7abfa9e95";
|
||||
sha256 = "0d52ndk9r8g6mp09rjryz9hp7mdyfqqcjf94j0f83qdkdmv3i9gp";
|
||||
};
|
||||
meta.homepage = "https://github.com/ggandor/leap-ast.nvim/";
|
||||
};
|
||||
|
||||
leap-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "leap.nvim";
|
||||
version = "2022-10-01";
|
||||
|
|
|
@ -522,6 +522,10 @@ self: super: {
|
|||
dependencies = with self; [ nvim-lspconfig plenary-nvim ];
|
||||
});
|
||||
|
||||
leap-ast-nvim = super.leap-ast-nvim.overrideAttrs (old: {
|
||||
dependencies = with self; [ leap-nvim nvim-treesitter ];
|
||||
});
|
||||
|
||||
lens-vim = super.lens-vim.overrideAttrs (old: {
|
||||
# remove duplicate g:lens#animate in doc/lens.txt
|
||||
# https://github.com/NixOS/nixpkgs/pull/105810#issuecomment-740007985
|
||||
|
|
|
@ -328,6 +328,7 @@ https://github.com/latex-box-team/latex-box/,,
|
|||
https://github.com/kdheepak/lazygit.nvim/,,
|
||||
https://github.com/Julian/lean.nvim/,,
|
||||
https://github.com/leanprover/lean.vim/,,
|
||||
https://github.com/ggandor/leap-ast.nvim/,HEAD,
|
||||
https://github.com/ggandor/leap.nvim/,HEAD,
|
||||
https://github.com/mrjones2014/legendary.nvim/,HEAD,
|
||||
https://github.com/camspiers/lens.vim/,,
|
||||
|
|
Loading…
Reference in a new issue