NTBBloodbath / doom-one.nvim

doom-emacs' doom-one Lua port for Neovim
MIT License
211 stars 32 forks source link

new option: diagnostics_color_text #22

Closed emmanueltouzery closed 2 years ago

emmanueltouzery commented 2 years ago

new option: diagnostics_color_text, default=true (current behavior).

If false, when there is a diagnostic active, we won't color the text but only the underline. I think it's quite handy when an entire function gets marked by diagnostics, else it's entirely red and difficult to read.