mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: editor: tweak statuscol
This commit is contained in:
parent
a14642c07f
commit
7d3ff3c0c6
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ return {
|
|||
{
|
||||
click = "v:lua.ScSa",
|
||||
sign = {
|
||||
name = { ".*" },
|
||||
namespace = { ".*" },
|
||||
maxwidth = 1,
|
||||
},
|
||||
|
|
@ -60,6 +61,7 @@ return {
|
|||
sign = {
|
||||
namespace = { "gitsigns" },
|
||||
maxwidth = 1,
|
||||
colwidth = 1,
|
||||
}
|
||||
},
|
||||
-- { text = { builtin.foldfunc, " " }, click = "v:lua.ScFa" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue