vimPlugins.lsp-rooter-nvim: init at 2021-05-25

This commit is contained in:
Daniel Hutzley 2021-07-11 14:55:48 -07:00
parent 32900181cb
commit dd2293c146
2 changed files with 13 additions and 0 deletions

View file

@ -2614,6 +2614,18 @@ final: prev:
meta.homepage = "https://github.com/folke/lsp-colors.nvim/";
};
lsp-rooter-nvim = buildVimPluginFrom2Nix {
pname = "lsp-rooter-nvim";
version = "2021-05-25";
src = fetchFromGitHub {
owner = "ahmedkhalf";
repo = "lsp-rooter.nvim";
rev = "ca8670c8fc4efbd9a05f330f4037304962c9abbb";
sha256 = "1p24gk4yps21wm8gwrsp9a6c2ynwv6xlp7iny2448l2yvrjw494n";
};
meta.homepage = "https://github.com/ahmedkhalf/lsp-rooter.nvim/";
};
lsp-status-nvim = buildVimPluginFrom2Nix {
pname = "lsp-status-nvim";
version = "2021-05-20";

View file

@ -2,6 +2,7 @@
aca/completion-tabnine
AckslD/nvim-whichkey-setup.lua@main
ackyshake/Spacegray.vim@main
ahmedkhalf/lsp-rooter.nvim@main
airblade/vim-gitgutter
airblade/vim-rooter
ajmwagar/vim-deus