Closed ivan-volnov closed 2 years ago
try using vim.opt.cursorline = true
or with vim script set cursorline
I have set cursorline
in config and it works in other themes. I guess the issue is in the color theme.
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 https://github.com/AlphaTechnolog/pywal.nvim/issues/9#issuecomment-1140668641, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANA32YCAWMKESIOB5253D4LVMQ5B7ANCNFSM5XIJG37Q . You are receiving this because you commented.Message ID: @.***>
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)
Hello,
Thank you for the plugin!
How to highlight current line?