fix(edgy): dont edit help buffers in edgy

This commit is contained in:
Folke Lemaitre
2023-06-06 00:11:50 +02:00
parent d31772f981
commit ad6f6cfffd

View File

@ -16,7 +16,14 @@ return {
},
"Trouble",
{ ft = "qf", title = "QuickFix" },
{ ft = "help", size = { height = 20 } },
{
ft = "help",
size = { height = 20 },
-- only show help buffers
filter = function(buf)
return vim.bo[buf].buftype == "help"
end,
},
{ ft = "spectre_panel", size = { height = 0.4 } },
},
left = {