Skip to content

Commit bef3437

Browse files
committed
chore: rename fidget settings
1 parent 45801b0 commit bef3437

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/lsp/fidget.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
plugins.fidget = {
33
enable = true;
4-
progress = {
5-
suppressOnInsert = true;
6-
ignoreDoneAlready = true;
7-
pollRate = 1;
4+
settings.progress = {
5+
suppress_on_insert = true;
6+
ignore_done_already = true;
7+
poll_rate = 1;
88
};
99
};
1010
}

0 commit comments

Comments
 (0)