mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-19 00:28:41 +00:00
Compare commits
No commits in common. "f4e03008866c280a66fdc39590ed82d959a9b815" and "b1e2801ee31e81ea46d233f018593be90a6bb04c" have entirely different histories.
f4e0300886
...
b1e2801ee3
1 changed files with 1 additions and 11 deletions
|
|
@ -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]";};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue