some more nixvim configuration
This commit is contained in:
11
modules/home/programs/nixvim/plugins/fidget.nix
Normal file
11
modules/home/programs/nixvim/plugins/fidget.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
programs.nixvim.plugins.fidget = {
|
||||
enable = true;
|
||||
notification = {
|
||||
overrideVimNotify = true;
|
||||
window = {
|
||||
border = "rounded";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user