LunarVim / Launch.nvim

🚀 Launch.nvim is modular starter for Neovim.
GNU General Public License v3.0
2k stars 474 forks source link

How to re-add the nvim-lsp diagnostic ui styling? #126

Closed madhermit closed 1 year ago

madhermit commented 1 year ago

Thanks for the big refactor!

Looks like styling for the lsp diagnostics ui was lost. Where and how would I go about adding that back to the config?

Thanks!

Rishabh672003 commented 1 year ago

download this file https://github.com/Rishabh672003/Neovim/blob/main/lua/rj/lsp/diagnostic.lua and require it in init.lua that should set you the previous diagnostic

Rishabh672003 commented 1 year ago

i re-added back the previous diagnostic way, so this should be fixed

madhermit commented 1 year ago

Awesome thanks!