NTBBloodbath / galaxyline.nvim

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

fixing check_active_lsp, which had been logically flipped #15

Closed joshuaMarple closed 3 years ago

joshuaMarple commented 3 years ago

check_active_lsp had been logically flipped in https://github.com/NTBBloodbath/galaxyline.nvim/commit/7cbfbe2702902da612b7cc9ba46bf4ee54ec80ad. This change reverses it back to the original logic.

NTBBloodbath commented 3 years ago

nice catch, thank you so much!