mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 20:04:28 +02:00
plugins/otter: fix treesitter warning
This commit is contained in:
parent
2206328137
commit
c7b109f5af
2 changed files with 13 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue