Skip to content

Commit 7eb83aa

Browse files
authored
Merge pull request #318329 from GaetanLepage/cmp-ai
vimPlugins.cmp-ai: init at 2024-06-02
2 parents 11b1684 + 9ffdbbe commit 7eb83aa

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17406,5 +17406,16 @@ final: prev:
1740617406
meta.homepage = "https://github.com/declancm/cinnamon.nvim";
1740717407
};
1740817408

17409+
cmp-ai = buildVimPlugin {
17410+
pname = "cmp-ai";
17411+
version = "2024-06-02";
17412+
src = fetchFromGitHub {
17413+
owner = "tzachar";
17414+
repo = "cmp-ai";
17415+
rev = "2b787129314c5fb8bfd41a6919d4889210e6b265";
17416+
sha256 = "sha256-ul2X6kIdreJ9dCQERw7C3l2dss7Mtcwtm7CGhAxjjvY=";
17417+
};
17418+
meta.homepage = "https://github.com/tzachar/cmp-ai/";
17419+
};
1740917420

1741017421
}

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@
215215
'';
216216
};
217217

218+
cmp-ai = super.cmp-ai.overrideAttrs {
219+
dependencies = with self; [ nvim-cmp plenary-nvim ];
220+
};
221+
218222
cmp-clippy = super.cmp-clippy.overrideAttrs {
219223
dependencies = with self; [ nvim-cmp plenary-nvim ];
220224
};

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ https://github.com/laytan/cloak.nvim/,HEAD,
131131
https://github.com/asheq/close-buffers.vim/,HEAD,
132132
https://github.com/Civitasv/cmake-tools.nvim/,,
133133
https://github.com/winston0410/cmd-parser.nvim/,,
134+
https://github.com/tzachar/cmp-ai/,HEAD,
134135
https://codeberg.org/FelipeLema/cmp-async-path/,,
135136
https://github.com/crispgm/cmp-beancount/,HEAD,
136137
https://github.com/hrsh7th/cmp-buffer/,,
@@ -304,7 +305,6 @@ https://github.com/konfekt/fastfold/,,
304305
https://github.com/lilydjwg/fcitx.vim/,fcitx5,
305306
https://github.com/freddiehaddad/feline.nvim/,,
306307
https://github.com/bakpakin/fennel.vim/,,
307-
https://github.com/lambdalisue/vim-fern,,
308308
https://github.com/wincent/ferret/,,
309309
https://github.com/j-hui/fidget.nvim/,,
310310
https://github.com/bogado/file-line/,,
@@ -1096,6 +1096,7 @@ https://github.com/tpope/vim-eunuch/,,
10961096
https://github.com/tommcdo/vim-exchange/,,
10971097
https://github.com/terryma/vim-expand-region/,,
10981098
https://github.com/int3/vim-extradite/,,
1099+
https://github.com/lambdalisue/vim-fern/,,
10991100
https://github.com/wsdjeg/vim-fetch/,,
11001101
https://github.com/fadein/vim-figlet/,HEAD,
11011102
https://github.com/tpope/vim-fireplace/,,

0 commit comments

Comments
 (0)