NTBBloodbath / galaxyline.nvim

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

Fix attempt to perform arithmetic on local 'count' (a nil value) #34

Open mathieupost opened 2 years ago

mathieupost commented 2 years ago

Got this error when opening a python file: "attempt to perform arithmetic on local 'count' (a nil value)".

This fixes it, but let me know if it should be initialized to something else than 0.