Skip to content

Commit

Permalink
vimPlugins.codecompanion-nvim: init at 2024-09-23
Browse files Browse the repository at this point in the history
  • Loading branch information
AsbjornOlling committed Sep 23, 2024
1 parent 2c89157 commit 71f7b15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2309,6 +2309,18 @@ final: prev:
meta.homepage = "https://github.com/manicmaniac/coconut.vim/";
};

codecompanion-nvim = buildVimPlugin {
pname = "codecompanion.nvim";
version = "2024-09-23";
src = fetchFromGitHub {
owner = "olimorris";
repo = "codecompanion.nvim";
rev = "135c6d24efddceb1d5d9db4a302f12cd4cd1105b";
sha256 = "0rpkzg9h9474lsm4bng9ribdjc1v36b8dxrwf2k2xsnd3l7fmja1";
};
meta.homepage = "https://github.com/olimorris/codecompanion.nvim/";
};

codeium-nvim = buildVimPlugin {
pname = "codeium.nvim";
version = "2024-09-06";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ https://github.com/coc-extensions/coc-svelte/,,
https://github.com/iamcco/coc-tailwindcss/,,
https://github.com/neoclide/coc.nvim/,release,
https://github.com/manicmaniac/coconut.vim/,HEAD,
https://github.com/olimorris/codecompanion.nvim/,HEAD,
https://github.com/Exafunction/codeium.nvim/,HEAD,
https://github.com/Exafunction/codeium.vim/,HEAD,
https://github.com/mistricky/codesnap.nvim/,HEAD,
Expand Down

0 comments on commit 71f7b15

Please sign in to comment.