assistant/codecompanion-nvim: fix nvim-cmp and defaults

This commit is contained in:
army castillo 2025-04-05 23:50:41 -04:00
commit da57f955df
3 changed files with 18 additions and 2 deletions

View file

@ -22,6 +22,11 @@ in {
};
treesitter.enable = true;
autocomplete.nvim-cmp = {
sources = {codecompanion-nvim = "[codecompanion]";};
sourcePlugins = ["codecompanion-nvim"];
};
};
};
}