fix(edgy): make noice windows 0.4 height

This commit is contained in:
Folke Lemaitre committed 2023-06-09 16:28:26 +02:00
1 parent d6bb907cf0
commit 30d03eda5b
1 file changed
+1 -1
+1 -1
View File
@@ -25,7 +25,7 @@ return {
}, },
{ {
ft = "noice", ft = "noice",
-- size = { height = 0.4 }, size = { height = 0.4 },
filter = function(buf, win) filter = function(buf, win)
return vim.api.nvim_win_get_config(win).relative == "" return vim.api.nvim_win_get_config(win).relative == ""
end, end,