feat(nvim): ignore help
buf types for statuscolumn
This commit is contained in:
parent
d6a21aac2b
commit
1ea1169b73
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user