bluz71 / vim-moonfly-colors

A dark charcoal theme for modern Neovim & classic Vim
MIT License
880 stars 64 forks source link

Weird background when writting Lua file #45

Closed huyhoang8398 closed 1 year ago

huyhoang8398 commented 1 year ago

When Im writing Lua file, the text background becomes black instead of the highlightline color. You could see the picture bellow image

But when im writting Bash, it doesnt happend image

Do you have any idea? im using:

bluz71 commented 1 year ago

This is going to take me a while to sort out.

I can reproduce the issue. It relates to cursorline; LSP is not the issue. Other colorschemes don't have this issue.

Currently I don't know why. But, I will figure it out in time.

bluz71 commented 1 year ago

I believe I have now fixed this issue.

Please update and let me know if there are any issues.

huyhoang8398 commented 1 year ago

Work perfect now, thanks