ray-x / go.nvim

G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim
MIT License
2.05k stars 123 forks source link

Add option to disable semantic highlights #506

Closed Kidsan closed 1 week ago

Kidsan commented 1 week ago

This adds the option to disable the semantic token highlights coming from gopls. This is a popular option for people who are used to not having these highlights and prefer the default (eg. Treesitter) ones.

ray-x commented 1 week ago

Thanks!