Compare commits

..

No commits in common. "c4cf91d4b531245a02f5b6c196f6279bc87a546f" and "74ba4d955976af1422ea1f095968e547db70aa04" have entirely different histories.

View file

@ -21,17 +21,7 @@ in {
};
};
treesitter = {
enable = true;
# Codecompanion depends on the YAML grammar being added. Below is
# an easy way of adding an user-configurable grammar package exposed
# by the YAML language module *without* enabling the whole YAML language
# module. The package is defined even when the module is disabled.
grammars = [
config.vim.languages.yaml.treesitter.package
];
};
treesitter.enable = true;
autocomplete.nvim-cmp = {
sources = {codecompanion-nvim = "[codecompanion]";};