diff --git a/config/nvim/plugins/notifications.lua b/config/nvim/plugins/notifications.lua new file mode 100644 index 0000000..eebce43 --- /dev/null +++ b/config/nvim/plugins/notifications.lua @@ -0,0 +1,10 @@ +-- Only show important notifications. +return { + { + "rcarriga/nvim-notify", + opts = { + level = 3, + render = "minimal", + }, + }, +}