mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
vimPlugins.llm-nvim: init at 2024-02-22
This commit is contained in:
parent
b471b9f133
commit
bef52ce39a
|
@ -5590,6 +5590,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/smjonas/live-command.nvim/";
|
||||
};
|
||||
|
||||
llm-nvim = buildVimPlugin {
|
||||
pname = "llm.nvim";
|
||||
version = "2024-02-22";
|
||||
src = fetchFromGitHub {
|
||||
owner = "huggingface";
|
||||
repo = "llm.nvim";
|
||||
rev = "51b76dac9c33c0122adfe28daf52ceaa31c4aa02";
|
||||
sha256 = "07i1ixbiby4c81lkydwvygz6vxs1xhqnwzcsad3xzcaz7zdl00kx";
|
||||
};
|
||||
meta.homepage = "https://github.com/huggingface/llm.nvim/";
|
||||
};
|
||||
|
||||
lsp-colors-nvim = buildVimPlugin {
|
||||
pname = "lsp-colors.nvim";
|
||||
version = "2023-02-27";
|
||||
|
|
|
@ -468,6 +468,7 @@ https://github.com/ldelossa/litee-filetree.nvim/,,
|
|||
https://github.com/ldelossa/litee-symboltree.nvim/,,
|
||||
https://github.com/ldelossa/litee.nvim/,,
|
||||
https://github.com/smjonas/live-command.nvim/,HEAD,
|
||||
https://github.com/huggingface/llm.nvim/,HEAD,
|
||||
https://github.com/folke/lsp-colors.nvim/,,
|
||||
https://github.com/lukas-reineke/lsp-format.nvim/,HEAD,
|
||||
https://github.com/lvimuser/lsp-inlayhints.nvim/,HEAD,
|
||||
|
|
Loading…
Reference in a new issue