feat(nvim): add sep line for statuscolumn
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 54s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 54s
This commit is contained in:
parent
7012f0e14f
commit
4ff3636435
@ -84,6 +84,13 @@ return {
|
||||
std_condition,
|
||||
},
|
||||
},
|
||||
{
|
||||
text = { "▕" },
|
||||
hl = "NonText",
|
||||
condition = {
|
||||
std_condition,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user