plugins/otter: fix treesitter warning

(cherry picked from commit c7b109f5af)
This commit is contained in:
Austin Horstman 2024-12-11 14:53:47 -06:00 committed by Mergify
parent d0d4c9c367
commit 02505f24b5
2 changed files with 13 additions and 5 deletions

View file

@ -3,14 +3,20 @@
plugins = {
otter.enable = true;
# Avoid the warning
treesitter.settings.highlight.enable = true;
treesitter = {
enable = true;
settings.highlight.enable = true;
};
};
};
defaults = {
plugins = {
# Avoid the warning
treesitter.settings.highlight.enable = true;
treesitter = {
enable = true;
settings.highlight.enable = true;
};
otter = {
enable = true;