brenoprata10 / nvim-highlight-colors

Highlight colors for neovim
720 stars 33 forks source link

Specify filetypes and assign custom options #89

Closed liamrlawrence closed 6 months ago

liamrlawrence commented 6 months ago

Filetype options

Allows users to specify what filetypes are highlighted by the plugin, including the ability to override "default" / "global" options set at the top level of the config.

Changes

brenoprata10 commented 6 months ago

Hey o/

I really do appreciate the idea, but as posted yesterday here. I do not plan to maintain code logic for multiple file types.

I'd like to keep the plugin as lightweight and easy to maintain as possible.

liamrlawrence commented 6 months ago

Hey there, love the plugin.

I've had this feature locally for a while since it's the only thing that I’m missing. I was going to spend some more time on it before making a PR, but then I saw yesterday that you closed #28. I thought that even if you reject the changes you still might find the ideas interesting and the solution straightforward.

Thanks again for all the work you've done.