fix: Move Snacks settings into settings = { ... }
This commit is contained in:
parent
95a432d942
commit
63a19ff3f9
1 changed files with 7 additions and 5 deletions
|
@ -5,11 +5,13 @@
|
|||
plugins.snacks = {
|
||||
enable = true;
|
||||
|
||||
bigfile.enabled = true;
|
||||
notifier.enabled = true;
|
||||
quickfile.enabled = true;
|
||||
statuscolumn.enabled = true;
|
||||
words.enabled = true;
|
||||
settings = {
|
||||
bigfile.enabled = true;
|
||||
notifier.enabled = true;
|
||||
quickfile.enabled = true;
|
||||
statuscolumn.enabled = true;
|
||||
words.enabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
|
|
Loading…
Reference in a new issue