feat(edgy): added noice

This commit is contained in:
Folke Lemaitre 2023-06-08 07:54:05 +02:00
parent f7b0c853cc
commit 47edc8918a
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -16,6 +16,13 @@ return {
return vim.api.nvim_win_get_config(win).relative == "" return vim.api.nvim_win_get_config(win).relative == ""
end, end,
}, },
{
ft = "noice",
-- size = { height = 0.4 },
filter = function(buf, win)
return vim.api.nvim_win_get_config(win).relative == ""
end,
},
{ {
ft = "lazyterm", ft = "lazyterm",
title = "LazyTerm", title = "LazyTerm",