From 0ef219b2007b65bb0e011bc234aee1c9c4a8f41e Mon Sep 17 00:00:00 2001 From: Patrick Auernig Date: Sat, 20 Apr 2024 16:40:55 +0200 Subject: [PATCH] Put notifications on top Bottom conflicts with lsp status output and gets in the way too often. --- lua/valeth/plugins/noice.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/valeth/plugins/noice.lua b/lua/valeth/plugins/noice.lua index 97f57c9..6606d7a 100644 --- a/lua/valeth/plugins/noice.lua +++ b/lua/valeth/plugins/noice.lua @@ -25,7 +25,7 @@ spec.keys = { spec.dependencies = { "MunifTanjim/nui.nvim", - { "rcarriga/nvim-notify", opts = { top_down = false } }, + "rcarriga/nvim-notify", } return spec