You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Update nvim-lspconfig and install neoconf.nvim normally
Open nvim
Expected Behavior
No error message.
Repro
require("neoconf").setup({
-- name of the local settings fileslocal_settings=".neoconf.json",
import= {
vscode=true,
coc=true,
nlsp=false,
}
})
The text was updated successfully, but these errors were encountered:
Did you check docs and existing issues?
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 toavailable_servers
causing a nil value error when callingavailable_servers
on nvim startup.Steps To Reproduce
Expected Behavior
No error message.
Repro
The text was updated successfully, but these errors were encountered: