LSP broke with nvim 0.11.2
I noticed that LSP broke when I updated to 0.11.2 from 0.11.1
Not sure exactly what the issue is, but I'm getting the following error for every enabled lsp server:
```
[WARN][2025-06-04 10:15:50] .../lua/vim/lsp.lua:439 "lua_ls does not have a configuration"
[WARN][2025-06-04 10:15:50] .../lua/vim/lsp.lua:439 "taplo does not have a configuration"
[WARN][2025-06-04 10:15:50] .../lua/vim/lsp.lua:439 "tflint does not have a configuration"
[WARN][2025-06-04 10:15:50] .../lua/vim/lsp.lua:439 "vimls does not have a configuration"
[WARN][2025-06-04 10:15:50] .../lua/vim/lsp.lua:439 "cssls does not have a configuration"
[WARN][2025-06-04 10:15:50] .../lua/vim/lsp.lua:439 "dockerls does not have a configuration"
[WARN][2025-06-04 10:15:50] .../lua/vim/lsp.lua:439 "golangci_lint_ls does not have a configuration"
```
And opening a directory with nvim, and then opening a file from inside nvim results in unassigned filetype.
Haven't found a solution yet, not sure if it's the config, or nvim itself, but just wanted to let you know. Had to revert to 0.11.1 myself.
关闭于 2025-06-05 32 条评论