mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-19 08:38:43 +00:00
Compare commits
No commits in common. "c4cf91d4b531245a02f5b6c196f6279bc87a546f" and "74ba4d955976af1422ea1f095968e547db70aa04" have entirely different histories.
c4cf91d4b5
...
74ba4d9559
1 changed files with 1 additions and 11 deletions
|
|
@ -21,17 +21,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
treesitter = {
|
treesitter.enable = true;
|
||||||
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
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
autocomplete.nvim-cmp = {
|
autocomplete.nvim-cmp = {
|
||||||
sources = {codecompanion-nvim = "[codecompanion]";};
|
sources = {codecompanion-nvim = "[codecompanion]";};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue