Ishwar
Ishwar
@Kindlewing I faced the same problem, A workaround is ```lua vim.cmd.colorscheme "kanagawa" -- whole hairline config vim.cmd.colorscheme "catppuccin" -- your colorscheme, I wanted catppuccin ``` kanagawa fills missing colors.
> @Kindlewing > > I faced the same problem, A workaround is > > ```lua > vim.cmd.colorscheme "kanagawa" > > -- whole hairline config > > vim.cmd.colorscheme "catppuccin" -- your...
after updating I can't see inlay hints anymore. Am I missing something?
Not sure how but it worked when I installed `vtsls` through Mason. Thank you.
I use Lunarvim I had same issue, following worked for me. But reloading LunarVim causes the same problem. check [this](https://github.com/folke/lazy.nvim?tab=readme-ov-file#-colorschemes) out as well. ```lua lvim.colorscheme = "noirbuddy" require('noirbuddy').setup { preset...