-
Notifications
You must be signed in to change notification settings - Fork 137
Background transparency don't change when activate hop to move to word #92
Comments
I got the same problem, i don't know if it's intentional, but now the shortcut are not highlighted like before. |
i've tracked down the commit and 7eefd95 is responsible in my case, e5eb06d work but everything after doesn't work, and the one right after the last known working is 7eefd95 @jordisantamaria in the meantime if you use plug as a plugin manager you can use this line |
I see, thanks you. |
7eefd95 makes it a requirement to call if opts.create_hl_autocmd then
highlight.create_autocmd()
end should check for For now, to make it work. Put the following in your config: require('hop').setup({create_hl_autocmd = true}) |
|
is there a way to call setup in init.vim instead of init.lua ? |
Yes, just wrap the call like this:
See |
It is, but |
Before, when I activate hop to jump to a word or a letter, code change transparency, so It was easier to see where to jump, right now background keeps the same and text is white, so It becomes harder to jump... and If code is white also... It becomes even harder...
https://gyazo.com/78f82192967d6ff7f835e1a0f0eeaee6
Is It possible to have It working as before?
The text was updated successfully, but these errors were encountered: