dracula.nvim
dracula.nvim copied to clipboard
scope c methods are yellow not green
I've been running dracula theme for nvim for a while and can't figure out why my methods calls are yellow and not green. For example in this screenshot printf in yellow and char/string in yellow makes it hard to read, distinct between a method name and char/strings.
Installed through lazy and loading theme and using dracula.setup({ .. what am I doing wrong?
Tried a bunch of stuff, it works in JS as expected but not C. as soon as you do semicolon at end lines the green method name turns yellow.
Its lsp symantic token i guess We need to add support for that. I will do that asap