mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
plugins/otter: update tests to conform to treesitter
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user