mirror of
https://github.com/itme-brain/nvim.git
synced 2026-03-23 17:39:43 -04:00
added current line to virtual text
This commit is contained in:
parent
cf44106133
commit
c341ac8840
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ return {
|
||||||
virtual_text = {
|
virtual_text = {
|
||||||
prefix = '●',
|
prefix = '●',
|
||||||
spacing = 2,
|
spacing = 2,
|
||||||
|
current_line = true;
|
||||||
},
|
},
|
||||||
float = {
|
float = {
|
||||||
border = 'rounded',
|
border = 'rounded',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue