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,12 +5,14 @@
|
||||||
plugins.snacks = {
|
plugins.snacks = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
bigfile.enabled = true;
|
bigfile.enabled = true;
|
||||||
notifier.enabled = true;
|
notifier.enabled = true;
|
||||||
quickfile.enabled = true;
|
quickfile.enabled = true;
|
||||||
statuscolumn.enabled = true;
|
statuscolumn.enabled = true;
|
||||||
words.enabled = true;
|
words.enabled = true;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
keymaps = [
|
keymaps = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue