LiadOz / nvim-dap-repl-highlights

Add syntax highlighting to the nvim-dap REPL
110 stars 6 forks source link

fix: deprecated checkhealth function #7

Closed salacio closed 2 months ago

salacio commented 10 months ago

I just changed the vim.health functions since report_* will be removed in a future version.

Oh, I guess my luacheck automatically changed the single quotes to double quotes in those files, if that's a problem.

LiadOz commented 9 months ago

Thanks for the change, however I don't want to break compatibility with 0.9.0, thankfully I found some examples in which backwards compatibility is preserved, https://github.com/folke/noice.nvim/pull/438/files https://github.com/jose-elias-alvarez/null-ls.nvim/pull/1537/files Could you make the change be similar to those examples. Also could you make sure that the indent is 2 spaces wide.

LiadOz commented 2 months ago

resolved in #14