mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #318329 from GaetanLepage/cmp-ai
vimPlugins.cmp-ai: init at 2024-06-02
This commit is contained in:
commit
7eb83aaeb1
@ -17406,5 +17406,16 @@ final: prev:
|
||||
meta.homepage = "https://github.com/declancm/cinnamon.nvim";
|
||||
};
|
||||
|
||||
cmp-ai = buildVimPlugin {
|
||||
pname = "cmp-ai";
|
||||
version = "2024-06-02";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tzachar";
|
||||
repo = "cmp-ai";
|
||||
rev = "2b787129314c5fb8bfd41a6919d4889210e6b265";
|
||||
sha256 = "sha256-ul2X6kIdreJ9dCQERw7C3l2dss7Mtcwtm7CGhAxjjvY=";
|
||||
};
|
||||
meta.homepage = "https://github.com/tzachar/cmp-ai/";
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -215,6 +215,10 @@
|
||||
'';
|
||||
};
|
||||
|
||||
cmp-ai = super.cmp-ai.overrideAttrs {
|
||||
dependencies = with self; [ nvim-cmp plenary-nvim ];
|
||||
};
|
||||
|
||||
cmp-clippy = super.cmp-clippy.overrideAttrs {
|
||||
dependencies = with self; [ nvim-cmp plenary-nvim ];
|
||||
};
|
||||
|
@ -131,6 +131,7 @@ https://github.com/laytan/cloak.nvim/,HEAD,
|
||||
https://github.com/asheq/close-buffers.vim/,HEAD,
|
||||
https://github.com/Civitasv/cmake-tools.nvim/,,
|
||||
https://github.com/winston0410/cmd-parser.nvim/,,
|
||||
https://github.com/tzachar/cmp-ai/,HEAD,
|
||||
https://codeberg.org/FelipeLema/cmp-async-path/,,
|
||||
https://github.com/crispgm/cmp-beancount/,HEAD,
|
||||
https://github.com/hrsh7th/cmp-buffer/,,
|
||||
@ -304,7 +305,6 @@ https://github.com/konfekt/fastfold/,,
|
||||
https://github.com/lilydjwg/fcitx.vim/,fcitx5,
|
||||
https://github.com/freddiehaddad/feline.nvim/,,
|
||||
https://github.com/bakpakin/fennel.vim/,,
|
||||
https://github.com/lambdalisue/vim-fern,,
|
||||
https://github.com/wincent/ferret/,,
|
||||
https://github.com/j-hui/fidget.nvim/,,
|
||||
https://github.com/bogado/file-line/,,
|
||||
@ -1096,6 +1096,7 @@ https://github.com/tpope/vim-eunuch/,,
|
||||
https://github.com/tommcdo/vim-exchange/,,
|
||||
https://github.com/terryma/vim-expand-region/,,
|
||||
https://github.com/int3/vim-extradite/,,
|
||||
https://github.com/lambdalisue/vim-fern/,,
|
||||
https://github.com/wsdjeg/vim-fetch/,,
|
||||
https://github.com/fadein/vim-figlet/,HEAD,
|
||||
https://github.com/tpope/vim-fireplace/,,
|
||||
|
Loading…
Reference in New Issue
Block a user