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
Currently, if you want to configure something at runtime (eg; change the command for a specific project) you need to do something like this in your .lite_project.lua
What do you think about adding a function to retrieve a server table by name?
Mostly because lspconfig only contains the "preconfigured" servers, and it wouldn't contain anything added directly via lsp.add_server.
Until the end of the month I won't be able to implement this as I don't have much time.
Until then, anyone that wants to give this a try, I'd be glad to review and merge their proposal!
Currently, if you want to configure something at runtime (eg; change the command for a specific project) you need to do something like this in your
.lite_project.lua
Real world example of adding another path to Jedi's
init_options
:I think it would be easier if you could configure things using
lspconfig
, something like this:instead of digging through the code to find how to configure settings
The text was updated successfully, but these errors were encountered: