Navarasu

Results 22 comments of Navarasu

I appreciate @tbhi bringing up this matter. I'll work on a new release for arm64 support right now.

Can you please update the README as well

Thanks for raising the issue. I will check it

@YuCao16 Can you add an example to the doc?

Fixed in the latest commit! 🎉 The issue was that in Neovim 0.11, the `StatusLine` and `StatusLineNC` highlight groups were getting a `reverse` attribute applied by default, which broke lualine...

Fixed! 🎉 Changed EndOfBuffer tilde color from bg2 to grey for better visibility. **Before:** EndOfBuffer used bg2 which was too similar to bg0, making tildes almost invisible in dark mode....

Fixed! 🎉 Changed MatchParen background from grey to bg3 for better visibility in comments. **Before:** MatchParen used grey background (same as comment color), making parentheses invisible in comments. **After:** MatchParen...

@Kulwinderpal Sorry for thedelayed response—I'm currently looking into the issue

This is a configuration issue with nvim-cmp's window highlighting. The theme provides proper `NormalFloat` and `Pmenu` highlights, but cmp's default `winhighlight` settings can override them. **Solution** (as mentioned by @deanqx...