wookayin / semshi

🌈 Semantic Highlighting for Python in Neovim
79 stars 5 forks source link

how do I have semshi ignore globals? #13

Closed treatmesubj closed 1 year ago

treatmesubj commented 1 year ago

I see that in my vimrc, I can easily overwrite default colors, but how do I have semshi ignore Globals altogether?

treatmesubj commented 1 year ago

never mind, I'm dumb and read the README. Needed to add below to vimrc or nvim init config

let g:semshi#excluded_hl_groups = ['local', 'global']