Exclude formatting on save for certain languages #356
Unanswered
JamesTeague
asked this question in
Q&A
Replies: 2 comments 2 replies
-
This should be the solution here for my specific case. But I would still like to know the answer to the original question. I think that would be useful anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
-
How did you setup format on save? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have lsp-zero.nvim and ray-x/go.nvim as plugins in my setup. When writing files, the formatting sometimes get all messed up. Examples include losing the first character of every line in the file, or dropping necessary double quotes. I believe it is because I have 2 plugins trying to format the file. Is it possible to tell lsp-zero to format everything except Go files?
Beta Was this translation helpful? Give feedback.
All reactions