Skip to content

Commit

Permalink
fix(edgy): make noice windows 0.4 height
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 9, 2023
1 parent d6bb907 commit 30d03ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/extras/ui/edgy.lua
Expand Up @@ -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,
Expand Down

0 comments on commit 30d03ed

Please sign in to comment.