mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 12:00:04 +02:00
Test statuscol segment without text
Signed-off-by: jrichardsen <jonas.richardsen@gmail.com>
This commit is contained in:
parent
a9682e28ec
commit
40598fc1bd
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@
|
||||||
];
|
];
|
||||||
click = "v:lua.ScLa";
|
click = "v:lua.ScLa";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
sign = {
|
||||||
|
name = [ ".*" ];
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
clickmod = "c";
|
clickmod = "c";
|
||||||
clickhandlers = {
|
clickhandlers = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue