feat(edgy): added noice

This commit is contained in:
Folke Lemaitre
2023-06-08 07:54:05 +02:00
parent f7b0c853cc
commit 47edc8918a

View File

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