Th3Whit3Wolf / one-nvim

Atom one theme
MIT License
113 stars 23 forks source link

C with treesitter looks werid #18

Closed cvuuhk closed 3 years ago

cvuuhk commented 3 years ago

I'm using neovim 0.5.0-1 on ArchLinux with nvim-treesitter (latest). When I was editting a C file, the background of the macro is werid and I cannot recognize what the value it is clearly. 20210804120834

And when I was coding just not finished, lsp-diagnosis will display like this: 20210804120843

I don't know how to deal with it, would you consider changing it? Thank you.

xeluxee commented 3 years ago

Try this workaround: hi TSError gui=none guifg=none guibg=none

cvuuhk commented 3 years ago

Try this workaround: hi TSError gui=none guifg=none guibg=none

It works, thank you.