brainfucksec / neovim-lua

Neovim KISS configuration with Lua
GNU General Public License v3.0
826 stars 116 forks source link

typo in statusline for lsp diagnostics #17

Closed dhax closed 2 years ago

dhax commented 2 years ago

there's a comma for a dot...

https://github.com/brainfucksec/neovim-lua/blob/0260a43f53d987f3276520371cfde92aa3c805a9/nvim/lua/core/statusline.lua#L45

great work, thanks!

brainfucksec commented 2 years ago

Hi @dhax, fixed, thanks for the advice.