HallerPatrick / py_lsp.nvim

Lsp Plugin for working with Python virtual environments
97 stars 11 forks source link

vim.health.report_ok()/report_start() are deprecated since neovim 0.11 #36

Closed Mte90 closed 5 months ago

Mte90 commented 5 months ago

they are replaced accordingly with vim.health.start() and ok().

HallerPatrick commented 5 months ago

Thank you! Is resolved