refactor(nvim): set alpha button cursor to pos 2
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m6s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m6s
This commit is contained in:
parent
f77f718eb0
commit
95148d8203
@ -121,7 +121,7 @@ return {
|
|||||||
position = "center",
|
position = "center",
|
||||||
text = txt,
|
text = txt,
|
||||||
shortcut = sc,
|
shortcut = sc,
|
||||||
cursor = 4,
|
cursor = 2,
|
||||||
width = 30,
|
width = 30,
|
||||||
align_shortcut = "right",
|
align_shortcut = "right",
|
||||||
hl_shortcut = "Number",
|
hl_shortcut = "Number",
|
||||||
|
Loading…
Reference in New Issue
Block a user