Highlight current line
ivan-volnov opened this issue · 4 comments
ivan-volnov commented
Hello,
Thank you for the plugin!
How to highlight current line?
AlphaTechnolog commented
try using vim.opt.cursorline = true or with vim script set cursorline
ivan-volnov commented
I have set cursorline in config and it works in other themes. I guess the issue is in the color theme.
AlphaTechnolog commented
I'll check this later, but I could miss some highlight lol thank u :3
El lun., 30 may. 2022 0:05, Ivan Volnov ***@***.***> escribió:
… I have set cursorline in config and it works in other themes. I guess the
issue is in the color theme.
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANA32YCAWMKESIOB5253D4LVMQ5B7ANCNFSM5XIJG37Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
AlphaTechnolog commented
i don't really know what color could i use, because pywal don't generate for me a color that looks sick for the cursorline (like a contrastbg) :/ so i don't really know how can i implement this, closing for now....
a possible solution is calc the color using the bg color (but i need to make that functions in lua, and to implement this i will need time)