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
Using neovim, with the nvim-lspconfig plugin and loading the rust analyzer server like this: lua require'lspconfig'.rust_analyzer.setup{on_attach=require'completion'.on_attach}
Gives me an warning whenever I open any file: file not included in module tree
And I basically cannot use any of the lsp /features such as hovering and auto completion, any idea?
btw same thing with coc-rls
The text was updated successfully, but these errors were encountered:
Using neovim, with the nvim-lspconfig plugin and loading the rust analyzer server like this:
lua require'lspconfig'.rust_analyzer.setup{on_attach=require'completion'.on_attach}
Gives me an warning whenever I open any file:
file not included in module tree
And I basically cannot use any of the lsp /features such as hovering and auto completion, any idea?
btw same thing with coc-rls
The text was updated successfully, but these errors were encountered: