Some colors are different compared to vscode. #233
Replies: 1 comment
-
Pretty much as per: https://github.com/olimorris/onedarkpro.nvim?tab=readme-ov-file#question-faqs A lot will depend on the Tree-sitter parser and if it has highlight groups defined for what you're after. If not, you may need to create your own queries. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
vscode:
neovim:
vscode:
neovim:
There are some differences for example, the TcpListener is yellow in vscode but is purple in neovim which leads to lines almost being completely purple. Functions are blue in vscode while in neovim they are yellow. After the use keyword in vscode it is usually yellow but in neovim it is red.
How can I make it like vscode?
Beta Was this translation helpful? Give feedback.
All reactions