datwaft / bubbly.nvim

Bubbly statusline for neovim
MIT License
184 stars 6 forks source link

Add diagnostics from lsp-status plugin #82

Closed kuznetsss closed 3 years ago

kuznetsss commented 3 years ago

I've created the component to show diagnostics from lsp-status. It differs from built-in LSP diagnostics because it also has info and hints counters.

Also I'm going to create two more components with function name and LSP status from the lsp-status. Shall I create two separate PRs or just add all of that to this one?

datwaft commented 3 years ago

One pull request per component would be ideal. Thanks!

datwaft commented 3 years ago

After last pull request there are now conflicts. After you solve them I will merge and do some formatting.

I think we should put the lsp-status bubbles in their own folder, what do you think?

kuznetsss commented 3 years ago

I think we should put the lsp-status bubbles in their own folder, what do you think?

Good idea, I'll do it.

datwaft commented 3 years ago

Merged. Gonna make some formatting and then merge to master.