From 9198a1af8aca8a0969588c0ad5502e609cac2efa Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 25 Sep 2024 00:01:27 +0200 Subject: [PATCH] neovim: add nvim-notify --- modules/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/neovim.nix b/modules/neovim.nix index e277a5f..bc0e45b 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -63,6 +63,7 @@ in { ui = { noice.enable = true; }; + notify.nvim-notify.enable = true; statusline.lualine = { enable = true;