some more nixvim configuration

This commit is contained in:
pagedmov
2024-11-08 02:09:20 -05:00
parent 9e1cbfdea1
commit 231112356c
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
programs.nixvim.plugins.fidget = {
enable = true;
notification = {
overrideVimNotify = true;
window = {
border = "rounded";
};
};
};
}