Skip to content

fix(lspconfig): use _available_servers in health.lua#105

Merged
folke merged 1 commit intofolke:mainfrom
leoatchina:main
Jan 22, 2025
Merged

fix(lspconfig): use _available_servers in health.lua#105
folke merged 1 commit intofolke:mainfrom
leoatchina:main

Conversation

@leoatchina
Copy link
Contributor

according to neovim/nvim-lspconfig@e118ce5

Description

fixed _available_servers is nil bug.

Related Issue(s)

#104

Screenshots

@folke folke changed the title using fuciton _available_servers in health.lua fix(lspconfig): use _available_servers in health.lua Jan 22, 2025
@folke folke merged commit f25f676 into folke:main Jan 22, 2025
9 of 10 checks passed
@folke
Copy link
Owner

folke commented Jan 22, 2025

ty

@winkee01
Copy link

winkee01 commented Jan 24, 2025

Still error

{
      "folke/neoconf.nvim",
      cmd = "Neoconf",
      opts = {},
},

CleanShot 2025-01-23 at 23 00 27@2x

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>
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.

bug: neoconf.nvim/lua/neoconf/health.lua:71: attempt to call field 'available_servers' (a nil value)

3 participants