fix(edgy): make noice windows 0.4 height
This commit is contained in:
1 file changed
+1
-1
@@ -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,
|
||||||
|
|||||||
Reference in new issue
Block a user