chip / telescope-software-licenses.nvim

View and paste common software licenses into your project
MIT License
23 stars 5 forks source link

fix(health): update to upstream changes #1

Closed misumisumi closed 1 year ago

misumisumi commented 1 year ago

The removal of health.lua in v9.0 causes errors when calling extensions. Use the calls used in nvim-treesitter.

chip commented 1 year ago

@misumisumi - Hello! Thank you for your PR. Would you please show me how I can reproduce this error?

misumisumi commented 1 year ago

Use neovim version 0.9.0 and launch neovim include telescope with this repo. I use lazy.nvim for plugin manager. I get message this. image