vimPlugins.lspkind-nvim: init at 2021-02-06
This commit is contained in:
parent
c197e4c3fb
commit
be5534dc0e
@ -2230,6 +2230,18 @@ let
|
|||||||
meta.homepage = "https://github.com/nvim-lua/lsp_extensions.nvim/";
|
meta.homepage = "https://github.com/nvim-lua/lsp_extensions.nvim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lspkind-nvim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "lspkind-nvim";
|
||||||
|
version = "2021-02-06";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "onsails";
|
||||||
|
repo = "lspkind-nvim";
|
||||||
|
rev = "953ca895203c095e13f97a8ece790bf546c82d1c";
|
||||||
|
sha256 = "15rfzcmfwig7x8pbgc1maimqkqwqr4dbpf7498a0s16vng673bgk";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/onsails/lspkind-nvim/";
|
||||||
|
};
|
||||||
|
|
||||||
lspsaga-nvim = buildVimPluginFrom2Nix {
|
lspsaga-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "lspsaga-nvim";
|
pname = "lspsaga-nvim";
|
||||||
version = "2021-02-09";
|
version = "2021-02-09";
|
||||||
|
@ -429,6 +429,7 @@ octol/vim-cpp-enhanced-highlight
|
|||||||
ojroques/vim-oscyank@main
|
ojroques/vim-oscyank@main
|
||||||
Olical/aniseed
|
Olical/aniseed
|
||||||
Olical/conjure
|
Olical/conjure
|
||||||
|
onsails/lspkind-nvim
|
||||||
OrangeT/vim-csharp
|
OrangeT/vim-csharp
|
||||||
osyo-manga/shabadou.vim
|
osyo-manga/shabadou.vim
|
||||||
osyo-manga/vim-anzu
|
osyo-manga/vim-anzu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user