vimPlugins.nvim-lightbulb: init at 2021-02-02
This commit is contained in:
parent
9551604c38
commit
b374e808fe
@ -2986,6 +2986,18 @@ let
|
|||||||
meta.homepage = "https://github.com/mfussenegger/nvim-jdtls/";
|
meta.homepage = "https://github.com/mfussenegger/nvim-jdtls/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nvim-lightbulb = buildVimPluginFrom2Nix {
|
||||||
|
pname = "nvim-lightbulb";
|
||||||
|
version = "2021-02-02";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "kosayoda";
|
||||||
|
repo = "nvim-lightbulb";
|
||||||
|
rev = "3437cc5696f6c6f1a46b1ad1445d9c917d3fa4bc";
|
||||||
|
sha256 = "1i53c7wrbx52ybm9v1m6p8n8894gyb2hylv7iac063nkhnhl7v6h";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/kosayoda/nvim-lightbulb/";
|
||||||
|
};
|
||||||
|
|
||||||
nvim-lspconfig = buildVimPluginFrom2Nix {
|
nvim-lspconfig = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-lspconfig";
|
pname = "nvim-lspconfig";
|
||||||
version = "2021-02-01";
|
version = "2021-02-01";
|
||||||
|
@ -263,6 +263,7 @@ kien/rainbow_parentheses.vim
|
|||||||
knubie/vim-kitty-navigator
|
knubie/vim-kitty-navigator
|
||||||
konfekt/fastfold
|
konfekt/fastfold
|
||||||
konfekt/vim-DetectSpellLang
|
konfekt/vim-DetectSpellLang
|
||||||
|
kosayoda/nvim-lightbulb
|
||||||
kristijanhusak/defx-git
|
kristijanhusak/defx-git
|
||||||
kristijanhusak/defx-icons
|
kristijanhusak/defx-icons
|
||||||
kristijanhusak/deoplete-phpactor
|
kristijanhusak/deoplete-phpactor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user