NTBBloodbath / galaxyline.nvim

neovim statusline plugin written in lua
MIT License
163 stars 16 forks source link

fix: diag_type error occurs on coc.nvim #24

Closed yutkat closed 2 years ago

yutkat commented 2 years ago

I get an error when using Coc. Because vim.diagnostic.severity.ERROR is a number, but it uses the lower()

NTBBloodbath commented 2 years ago

Thank you so nuch :)