Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
639 stars 50 forks source link

feat: Adding healthcheck module with api and server status #185

Open gmatheu opened 1 month ago

gmatheu commented 1 month ago

Adding default healt check module

By executing the command: checkhealth codeium

Right after starting Neovim, you will get something like: 2024-05-13_14-48

After a couple of seconds, when the server is started: 2024-05-13_14-48_1

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

pqn commented 1 month ago

Cool!

pqn commented 3 weeks ago

Could you undo the formatting changes?

xafarr commented 17 hours ago

@gmatheu any update on this?

gmatheu commented 10 hours ago

Could you undo the formatting changes?

Sure, my bad... I'll push changes later

gmatheu commented 10 hours ago

@gmatheu any update on this?

As it is, is useful for the purpose.

Ther is a couple of improvements that can be applied later (such as showing the log file location, currently is encapsulated in the log module)