global/neovim: options -> settings.options
This commit is contained in:
parent
a097e2033a
commit
1308d1ff9d
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ in
|
|||
plugins = {
|
||||
autoclose = {
|
||||
enable = true;
|
||||
options.disableWhenTouch = true;
|
||||
settings.options.disable_when_touch = true;
|
||||
};
|
||||
comment.enable = true;
|
||||
cmp.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue