plugins/otter: update tests to conform to treesitter
This commit is contained in:
parent
77a302b98f
commit
5ead6bfb2d
1 changed files with 11 additions and 1 deletions
|
|
@ -1,5 +1,15 @@
|
|||
{
|
||||
empty = {
|
||||
plugins = {
|
||||
otter.enable = true;
|
||||
# Avoid the warning
|
||||
treesitter = {
|
||||
enable = true;
|
||||
highlight.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
emptyOldApi = {
|
||||
plugins = {
|
||||
otter.enable = true;
|
||||
# Avoid the warning
|
||||
|
|
@ -15,7 +25,7 @@
|
|||
# Avoid the warning
|
||||
treesitter = {
|
||||
enable = true;
|
||||
settings.highlight.enable = true;
|
||||
highlight.enable = true;
|
||||
};
|
||||
|
||||
otter = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue