nixvim plugins
install all currently wanted plugins
This commit is contained in:
14
home/programs/nixvim/plugins/notify.nix
Normal file
14
home/programs/nixvim/plugins/notify.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.nixvim = {
|
||||
plugins.notify = {
|
||||
enable = true;
|
||||
autoLoad = true;
|
||||
|
||||
settings.render = "wrapped-compact";
|
||||
};
|
||||
|
||||
opts.termguicolors = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user