feat(nvim): ignore help buf types for statuscolumn

This commit is contained in:
Price Hiller 2024-04-19 04:49:21 -05:00
parent d6a21aac2b
commit 1ea1169b73
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -31,6 +31,9 @@ return {
return {
setopt = true,
relculright = false,
bt_ignore = {
"help",
},
segments = {
{ text = { "%s" }, click = "v:lua.ScSa" },
{ text = { builtin.lnumfunc }, click = "v:lua.ScLa" },