disable annoying vim notify plugin
This commit is contained in:
parent
d9c2fb7a07
commit
d8db477283
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -340,7 +340,7 @@
|
|||
};
|
||||
nix.enable = true;
|
||||
noice.enable = false;
|
||||
notify.enable = true;
|
||||
notify.enable = false;
|
||||
nvim-autopairs.enable = true;
|
||||
nvim-colorizer.enable = true;
|
||||
obsidian = {
|
||||
|
|
Loading…
Reference in a new issue