You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@y0rune Do you have treesitter installed? It doesn't look like it's active based on your screenshot. This plugin supports treesitter and it will look much more like the VSCode highlighting once you get it running. If you're using Packer all you need is:
use {
'nvim-treesitter/nvim-treesitter',
run=':TSUpdate',
config=function()
require'nvim-treesitter.configs'.setup {
ensure_installed="maintained",
highlight= {
enable=true
}
}
end
}
Hello!
I find out that the function name in the function is not correct colored.
Example:
Dracula in VSCode:
Thank you!
The text was updated successfully, but these errors were encountered: