dracula.nvim icon indicating copy to clipboard operation
dracula.nvim copied to clipboard

scope c methods are yellow not green

Open martinlindelof opened this issue 1 year ago • 2 comments

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?

image

martinlindelof avatar Apr 01 '23 08:04 martinlindelof

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.

martinlindelof avatar Apr 01 '23 10:04 martinlindelof

Its lsp symantic token i guess We need to add support for that. I will do that asap

Mofiqul avatar Apr 02 '23 04:04 Mofiqul