workspace/symbol show symbol which in neovim plugins, how to filter them out? #1731
|
set workspace.ignoreDir in .luarc.json or set workspace.ignoreDir in require("lspconfig").sumneko_lua.setup seems not work.. |
Replies: 5 comments
|
Check your setting |
.nvim_modules is where i put all of my downed neovim plugin. |
|
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 |
|
it seems like neovim client does not set correctly rootUri.the fileMap only contains metapath and currentbuff file. im still dig the reason. |
|
set root_dir fn in setup fix this problem. |
set root_dir fn in setup fix this problem.