How do I configure flow
to use a different LSP for any language?
#190
Answered
by
neurocyte
plutonium-239
asked this question in
Q&A
-
Question is self explanatory. |
Beta Was this translation helpful? Give feedback.
Answered by
neurocyte
Feb 24, 2025
Replies: 1 comment
-
You can customize your LSPs in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
plutonium-239
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can customize your LSPs in
src/syntax/src/file_types.zig
. There is no runtime configuration for it yet. You are welcome to add a feature request if you want.