🐛 fix(nvim): floaterm on floating getting into edgy window
This commit is contained in:
parent
fe32ce2435
commit
87a6697066
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ return {
|
||||||
ft = "floaterm",
|
ft = "floaterm",
|
||||||
title = "Floaterm",
|
title = "Floaterm",
|
||||||
size = { height = 0.4 },
|
size = { height = 0.4 },
|
||||||
|
filter = function(buf, win)
|
||||||
|
return vim.api.nvim_win_get_config(win).relative == ""
|
||||||
|
end,
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue