nvf/plugins/settings/visuals.nix: add fidget-nvim setupOpts
This commit is contained in:
parent
79c98ac67b
commit
565b6153ba
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@ _: {
|
||||||
|
|
||||||
fidget-nvim = {
|
fidget-nvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
setupOpts = {
|
||||||
|
notification.window = {
|
||||||
|
winblend = 0;
|
||||||
|
border = "none";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue