fix(lspconfig): use _available_servers in health.lua#105
Merged
folke merged 1 commit intofolke:mainfrom Jan 22, 2025
Merged
Conversation
_available_servers in health.lua
4 tasks
Owner
|
ty |
folke
pushed a commit
that referenced
this pull request
Jan 24, 2025
🤖 I have created a release *beep* *boop* --- ## [1.4.0](v1.3.3...v1.4.0) (2025-01-22) ### Features * **sonarlint:** add sonarlint to schemas ([#95](#95)) ([593fa6b](593fa6b)) * **typst:** add typst_lsp and tinymist ([#93](#93)) ([e901bc6](e901bc6)) ### Bug Fixes * **health:** lazydev.nvim instead of neodev.nvim ([#96](#96)) ([605cf4f](605cf4f)) * **lspconfig:** use `_available_servers` in health.lua ([#105](#105)) ([f25f676](f25f676)) * **util:** update deprecated methods ([#106](#106)) ([9f73ae6](9f73ae6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
folke
pushed a commit
that referenced
this pull request
Jan 28, 2025
## Description Reverts #105. [neovim/nvim-lspconfig - PR #3589](neovim/nvim-lspconfig#3589) reverts `_available_servers` back to `available_servers`. ## Related Issue(s) Fixes #107. ## Screenshots NA
MonicaRubio2459276
added a commit
to MonicaRubio2459276/neoconf.nvim
that referenced
this pull request
Oct 6, 2025
🤖 I have created a release *beep* *boop* --- ## [1.4.0](folke/neoconf.nvim@v1.3.3...v1.4.0) (2025-01-22) ### Features * **sonarlint:** add sonarlint to schemas ([#95](folke/neoconf.nvim#95)) ([593fa6b](folke/neoconf.nvim@593fa6b)) * **typst:** add typst_lsp and tinymist ([#93](folke/neoconf.nvim#93)) ([e901bc6](folke/neoconf.nvim@e901bc6)) ### Bug Fixes * **health:** lazydev.nvim instead of neodev.nvim ([#96](folke/neoconf.nvim#96)) ([605cf4f](folke/neoconf.nvim@605cf4f)) * **lspconfig:** use `_available_servers` in health.lua ([#105](folke/neoconf.nvim#105)) ([f25f676](folke/neoconf.nvim@f25f676)) * **util:** update deprecated methods ([#106](folke/neoconf.nvim#106)) ([9f73ae6](folke/neoconf.nvim@9f73ae6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

according to neovim/nvim-lspconfig@e118ce5
Description
fixed _available_servers is nil bug.
Related Issue(s)
#104
Screenshots