Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: merge all provider healthchecks into a single health.lua #28920

Merged
merged 1 commit into from
May 22, 2024

Conversation

dundargoc
Copy link
Member

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

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
```
@dundargoc dundargoc marked this pull request as ready for review May 22, 2024 19:15
@dundargoc dundargoc merged commit 01b4da6 into neovim:master May 22, 2024
33 checks passed
@dundargoc dundargoc deleted the fix/provider branch May 22, 2024 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant