fix(edgy): dont layout toggleterm floats

This commit is contained in:
Folke Lemaitre
2023-06-08 07:53:56 +02:00
parent 448d502947
commit f7b0c853cc

View File

@ -9,7 +9,13 @@ return {
},
opts = {
bottom = {
{ ft = "toggleterm", size = { height = 0.4 } },
{
ft = "toggleterm",
size = { height = 0.4 },
filter = function(buf, win)
return vim.api.nvim_win_get_config(win).relative == ""
end,
},
{
ft = "lazyterm",
title = "LazyTerm",