sainnhe / gruvbox-material

Gruvbox with Material Palette
MIT License
1.96k stars 166 forks source link

Dismiss warning message for better performance option #157

Closed linrongbin16 closed 2 years ago

linrongbin16 commented 2 years ago

I have tried better performance option. It will generate after syntax file for lazy loading.

But it will give warning message when generate this file. How to dismiss the message?

Can you add an option for it?

sainnhe commented 2 years ago

Why you want to dismiss it? It's expected behavior.

linrongbin16 commented 2 years ago

Why you want to dismiss it? It's expected behavior.

It's noisy to me. I don't want to see it.

sainnhe commented 2 years ago

This reason is not sufficient, I'm not going to implement all the features requests of users, only reasonable feature requests will be implemented.

You can fork this repository and remove related code.

linrongbin16 commented 2 years ago

Hi @sainnhe , maybe my previous reason seems personal. But let users open vim and focus on working is definitely best user experience. I think it's worth.

sainnhe commented 2 years ago

This message will only popup after updating this color scheme, many plugins will also do similar things to notify users that it is updating or it's already been updated (e.g. nvim-treesitter).

If you don't want to see this message, you can simply don't update it.

linrongbin16 commented 2 years ago

Got it thanks