Commit Graph

11 Commits

Author SHA1 Message Date
Chaz 92c1a48a2d
fix(lspconfig): revert `_available_servers` (#108)
## Description

Reverts #105.

[neovim/nvim-lspconfig - PR
#3589](https://github.com/neovim/nvim-lspconfig/pull/3589) reverts
`_available_servers` back to `available_servers`.

## Related Issue(s)

Fixes #107.

## Screenshots

NA
2025-01-28 08:28:05 +01:00
leoatchina f25f676e1c
fix(lspconfig): use `_available_servers` in health.lua (#105)
according to
e118ce58da

## Description

<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->
fixed _available_servers is nil bug.

## Related Issue(s)
https://github.com/folke/neoconf.nvim/issues/104
<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->
2025-01-22 08:32:28 +01:00
Michael Peter 605cf4f9aa
fix(health): lazydev.nvim instead of neodev.nvim (#96)
## Description

healthcheck checks for neodev.nvim which is archived and replaced by
lazydev.nvim.

## Related Issue(s)


## Screenshots
2024-12-09 09:55:05 +01:00
Amaan Qureshi 3374276df2
fix(health): remove nvim-treesitter dependency (#44)
This does make the neovim requirement for health 0.9.0, but
nvim-treesitter will soon deprecate most of its "plugin" functionality
and solely serve as an installer of parsers, and any plugin
functionality should rely on the upstream `vim.treesitter` module
2024-07-07 00:10:55 +02:00
J 9625a1710a
fix(health): remove deprecated API warnings (#28) 2023-06-19 16:35:32 +02:00
Folke Lemaitre cfec478a53
fix(init): only check for available servers if lspconfig is loaded 2023-06-19 16:06:43 +02:00
Yuta Katayama 156a3eed89
fix: rename sumneko_lua -> lua_ls (#12) 2023-02-12 11:04:37 +01:00
Folke Lemaitre 52df9fcd2a
fix(health): settings.nvim -> neoconf.nvim 2023-01-22 21:17:58 +01:00
Folke Lemaitre 68ea26422a
fix: fixed health text 2022-11-16 11:28:50 +01:00
Folke Lemaitre 657ca4c2bc
refactor: moved setup check to health 2022-09-17 20:44:51 +02:00
Folke Lemaitre 8a275c6cee
refactor: changed module name from nvim-settings to neoconf 2022-09-17 18:01:54 +02:00