-
Notifications
You must be signed in to change notification settings - Fork 310
Closed
Labels
Description
This is more or less the same as #157: please add support for multi-root workspaces.
Since Vim does not provide support for workspaces, I think the best (and only?) approach is to support it at the LS client level, i.e. vim-lsp. This could be as simple as supporting a global variable (e.g. g:WorkspaceFolders) containing a list of root folders.
FYI, this is how coc.nvim does it: https://github.com/neoclide/coc.nvim/wiki/Using-workspaceFolders
dezza