brenoprata10 / nvim-highlight-colors

Highlight colors for neovim
724 stars 33 forks source link

feat!: allow excluding filetypes and buftypes #97

Closed mehalter closed 6 months ago

mehalter commented 6 months ago

This allows the user to configure excluded buftypes as well and makes the default exclusion for "terminal" buffers

brenoprata10 commented 6 months ago

Hey o/

Keep the original line for terminal as it was. Once people override their config, the terminal clause will probably not be added as well.

mehalter commented 6 months ago

I think the main thing is we probably want to make it configurable no? Isn't it good that if the user removes it it will highlight in the terminal? Or does that cause problems

brenoprata10 commented 6 months ago

Yes, the plugin is not consistent with the terminal, so for now we just disable it for everybody

brenoprata10 commented 6 months ago

There was an issue related to it last week

mehalter commented 6 months ago

@brenoprata10 just updated the commit to leave it :)

brenoprata10 commented 6 months ago

Thanks! It's merged ✔️