mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-19 00:28:41 +00:00
Compare commits
3 commits
b1e2801ee3
...
f4e0300886
| Author | SHA1 | Date | |
|---|---|---|---|
|
f4e0300886 |
|||
|
c4cf91d4b5 |
|||
|
e78ebe0680 |
1 changed files with 11 additions and 1 deletions
|
|
@ -21,7 +21,17 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
treesitter.enable = true;
|
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
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
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