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
I don't want to manually adjust my workspace library whenever I install or remove a plugin. Luckily vim.api.nvim_get_runtime_file('', true) produces all the paths that nvim's lua interpreter looks for libraries for.
Unfortunately the settings in the coc-configurations are done with a json file and there is no syntax to do a function call there to populate any options, as far as I could gather.
Is there some way to put all those paths into Lua.workspace.library in a different way? Maybe some special string?
The text was updated successfully, but these errors were encountered:
I don't want to manually adjust my workspace library whenever I install or remove a plugin. Luckily
vim.api.nvim_get_runtime_file('', true)
produces all the paths that nvim's lua interpreter looks for libraries for.Unfortunately the settings in the coc-configurations are done with a json file and there is no syntax to do a function call there to populate any options, as far as I could gather.
Is there some way to put all those paths into
Lua.workspace.library
in a different way? Maybe some special string?The text was updated successfully, but these errors were encountered: