mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
Merge pull request #197567 from zeapoz/init-neo-tree
vimPlugins.neo-tree-nvim: init at 2022-10-22
This commit is contained in:
commit
df27066c5c
@ -4893,6 +4893,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/Shougo/neco-vim/";
|
meta.homepage = "https://github.com/Shougo/neco-vim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
neo-tree-nvim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "neo-tree.nvim";
|
||||||
|
version = "2022-10-22";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "nvim-neo-tree";
|
||||||
|
repo = "neo-tree.nvim";
|
||||||
|
rev = "ab8ca9fac52949d7a741b538c5d9c3898cd0f45a";
|
||||||
|
sha256 = "0ccrxj04md7lssfwy9lvw4sn99iwkpci9lddc577m6zs1nz00lw0";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/nvim-neo-tree/neo-tree.nvim/";
|
||||||
|
};
|
||||||
|
|
||||||
neocomplete-vim = buildVimPluginFrom2Nix {
|
neocomplete-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "neocomplete.vim";
|
pname = "neocomplete.vim";
|
||||||
version = "2021-02-18";
|
version = "2021-02-18";
|
||||||
|
@ -624,6 +624,10 @@ self: super: {
|
|||||||
dependencies = with self; [ plenary-nvim ];
|
dependencies = with self; [ plenary-nvim ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
neo-tree-nvim = super.neo-tree-nvim.overrideAttrs (old: {
|
||||||
|
dependencies = with self; [ plenary-nvim nui-nvim ];
|
||||||
|
});
|
||||||
|
|
||||||
noice-nvim = super.noice-nvim.overrideAttrs(old: {
|
noice-nvim = super.noice-nvim.overrideAttrs(old: {
|
||||||
dependencies = with self; [ nui-nvim nvim-notify ];
|
dependencies = with self; [ nui-nvim nvim-notify ];
|
||||||
});
|
});
|
||||||
|
@ -410,6 +410,7 @@ https://github.com/eagletmt/neco-ghc/,,
|
|||||||
https://github.com/ujihisa/neco-look/,,
|
https://github.com/ujihisa/neco-look/,,
|
||||||
https://github.com/Shougo/neco-syntax/,,
|
https://github.com/Shougo/neco-syntax/,,
|
||||||
https://github.com/Shougo/neco-vim/,,
|
https://github.com/Shougo/neco-vim/,,
|
||||||
|
https://github.com/nvim-neo-tree/neo-tree.nvim/,HEAD,
|
||||||
https://github.com/Shougo/neocomplete.vim/,,
|
https://github.com/Shougo/neocomplete.vim/,,
|
||||||
https://github.com/KeitaNakamura/neodark.vim/,,
|
https://github.com/KeitaNakamura/neodark.vim/,,
|
||||||
https://github.com/folke/neodev.nvim/,HEAD,
|
https://github.com/folke/neodev.nvim/,HEAD,
|
||||||
|
Loading…
Reference in New Issue
Block a user