feat(edgy): added noice

This commit is contained in:
Folke Lemaitre committed 2023-06-08 07:54:14 +02:00
1 parent f7b0c853cc
commit 47edc8918a
1 file changed
+7
+7
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",