feat(nvim): ignore help
buf types for statuscolumn
This commit is contained in:
parent
d6a21aac2b
commit
1ea1169b73
@ -31,6 +31,9 @@ return {
|
|||||||
return {
|
return {
|
||||||
setopt = true,
|
setopt = true,
|
||||||
relculright = false,
|
relculright = false,
|
||||||
|
bt_ignore = {
|
||||||
|
"help",
|
||||||
|
},
|
||||||
segments = {
|
segments = {
|
||||||
{ text = { "%s" }, click = "v:lua.ScSa" },
|
{ text = { "%s" }, click = "v:lua.ScSa" },
|
||||||
{ text = { builtin.lnumfunc }, click = "v:lua.ScLa" },
|
{ text = { builtin.lnumfunc }, click = "v:lua.ScLa" },
|
||||||
|
Loading…
Reference in New Issue
Block a user