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

bug: revert _available_servers #107

Closed
4 tasks done
cleong14 opened this issue Jan 27, 2025 · 0 comments · Fixed by #108
Closed
4 tasks done

bug: revert _available_servers #107

cleong14 opened this issue Jan 27, 2025 · 0 comments · Fixed by #108
Labels
bug Something isn't working

Comments

@cleong14
Copy link
Contributor

Did you check docs and existing issues?

  • I have read all the neoconf.nvim docs
  • I have updated the plugin to the latest version before submitting this issue
  • I have searched the existing issues of neoconf.nvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

0.11.0-dev-1652+gf7af919c83

Operating system/version

Darwin 24.2.0

Describe the bug

neovim/nvim-lspconfig - PR #3589 reverts _available_servers back to available_servers causing a nil value error when calling available_servers on nvim startup.

Steps To Reproduce

  1. Update nvim-lspconfig and install neoconf.nvim normally
  2. Open nvim

Expected Behavior

No error message.

Repro

require("neoconf").setup({
  -- name of the local settings files
  local_settings = ".neoconf.json",
  import = {
    vscode = true,
    coc = true,
    nlsp = false,
  }
})
@cleong14 cleong14 added the bug Something isn't working label Jan 27, 2025
@folke folke closed this as completed in 92c1a48 Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant