mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(edgy): make noice windows 0.4 height
This commit is contained in:
parent
d6bb907cf0
commit
30d03eda5b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ return {
|
|||
},
|
||||
{
|
||||
ft = "noice",
|
||||
-- size = { height = 0.4 },
|
||||
size = { height = 0.4 },
|
||||
filter = function(buf, win)
|
||||
return vim.api.nvim_win_get_config(win).relative == ""
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue