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
No way to force a lsp client to attach to current buffer (or if there is, please let me know).
#2708 proposed introducing a "shebang" flag to force lsp configs for some special cases, but ultimately, if we can't figure out the correct configs automatically, the general solution is to allow users to easily say what to apply (interactively).
Proposal
:LspStart! foo should force the "foo" config for the current buffer.
This may also imply "single file mode", I'm not sure. Especially if a "root" couldn't be found.
The text was updated successfully, but these errors were encountered:
Problem
No way to force a lsp client to attach to current buffer (or if there is, please let me know).
#2708 proposed introducing a "shebang" flag to force lsp configs for some special cases, but ultimately, if we can't figure out the correct configs automatically, the general solution is to allow users to easily say what to apply (interactively).
Proposal
:LspStart! foo
should force the "foo" config for the current buffer.The text was updated successfully, but these errors were encountered: