Workspace set to home instead of the working directory #3103
|
I keep getting this error on loading nvim at a path (not home): The rootUri was home in the logs as well: These are the logs but they don't mention anything as to WHY this workspace is being taken instead of the one I'm opening: This is how I'm initialising lua la in nvim: These are the full logs: |
Answered by
tomlau10
Mar 1, 2025
Replies: 1 comment 1 reply
|
I believe this is related: #2975 (comment) In short, the manager part of latest version of |
1 reply
Answer selected by
V4G4X
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe this is related: #2975 (comment)
In short, the manager part of latest version of
lspconfighas some bugs when sending the workspace root to language server.However that part is deprecated and won't be fixed because neovim now uses
vim.lsp.configto setup lsp.I think you will need to migrate your lsp settings to use
vim.lsp.configinstead.