Merge pull request #197567 from zeapoz/init-neo-tree

vimPlugins.neo-tree-nvim: init at 2022-10-22
This commit is contained in:
figsoda 2022-10-24 18:39:22 -04:00 committed by GitHub
commit df27066c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 0 deletions

View file

@ -4893,6 +4893,18 @@ final: prev:
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 {
pname = "neocomplete.vim";
version = "2021-02-18";

View file

@ -624,6 +624,10 @@ self: super: {
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: {
dependencies = with self; [ nui-nvim nvim-notify ];
});

View file

@ -410,6 +410,7 @@ https://github.com/eagletmt/neco-ghc/,,
https://github.com/ujihisa/neco-look/,,
https://github.com/Shougo/neco-syntax/,,
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/KeitaNakamura/neodark.vim/,,
https://github.com/folke/neodev.nvim/,HEAD,