AlphaTechnolog / pywal.nvim

pywal.nvim is a reimplementation of pywal.vim to support a few lua plugins like nvim-tree, telescope, bufferline, etc
123 stars 27 forks source link

Highlight current line #9

Closed ivan-volnov closed 2 years ago

ivan-volnov commented 2 years ago

Hello,

Thank you for the plugin!

How to highlight current line?

AlphaTechnolog commented 2 years ago

try using vim.opt.cursorline = true or with vim script set cursorline

ivan-volnov commented 2 years ago

I have set cursorline in config and it works in other themes. I guess the issue is in the color theme.

AlphaTechnolog commented 2 years ago

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: @.***>

AlphaTechnolog commented 2 years ago

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)