-
set workspace.ignoreDir in .luarc.json or set workspace.ignoreDir in require("lspconfig").sumneko_lua.setup seems not work.. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Check your setting |
Beta Was this translation helpful? Give feedback.
-
.nvim_modules is where i put all of my downed neovim plugin. |
Beta Was this translation helpful? Give feedback.
-
i dont think setting the workspace.library to although it seems there is nothing we can do on the langserver side (changing its setting or using a more strict query for |
Beta Was this translation helpful? Give feedback.
-
it seems like neovim client does not set correctly rootUri.the fileMap only contains metapath and currentbuff file. im still dig the reason. |
Beta Was this translation helpful? Give feedback.
-
set root_dir fn in setup fix this problem. |
Beta Was this translation helpful? Give feedback.
set root_dir fn in setup fix this problem.