neovim/runtime/lua/vim/provider
dundargoc 01b4da65c2 fix: merge all provider healthchecks into a single health.lua
This will help manage the overly granular checkhealth completion to go
from

```
vim.health
vim.lsp
vim.provider.clipboard
vim.provider.node
vim.provider.perl
vim.provider.python
vim.provider.ruby
vim.treesitter
```

to

```
vim.health
vim.lsp
vim.provider
vim.treesitter
```
2024-05-22 21:34:49 +02:00
..
health.lua fix: merge all provider healthchecks into a single health.lua 2024-05-22 21:34:49 +02:00
perl.lua refactor: rewrite ruby provider in lua 2024-01-24 19:26:53 +01:00
python.lua refactor: rewrite ruby provider in lua 2024-01-24 19:26:53 +01:00
ruby.lua refactor: rewrite ruby provider in lua 2024-01-24 19:26:53 +01:00