assistant/codecompanion-nvim: fix lazy load with blink-cmp

Enabling codecompanion and blink-cmp, would not install codecompanion.
The quick fix was to disable lazy loading all together. This is no
longer required
This commit is contained in:
alv-around 2026-03-02 10:28:51 +01:00
commit 0a6cd48f8b
2 changed files with 30 additions and 3 deletions

View file

@ -271,4 +271,8 @@ https://github.com/gorbit99/codewindow.nvim
- [img-clip.nvim]'s configuration now has it's own DAG entry, separate from
image-nvim.
[alv-around](https://github.com/alv-around):
- Fix `vim.assistant.codecompanion-nvim` lazy loading with [blink-cmp]
<!-- vim: set textwidth=80: -->