Disable formatting prompt #1113
Unanswered
bryanforbes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using
lua-language-server
for diagnostics anddiagnosticls
to format withstylua
inneovim
. I followed the docs to disable formatting forlua-language-server
, but when I runvim.lsp.buf.formatting_sync(nil, 5000)
I still get a prompt asking me which server I would like to run the formatting for. How do I disable this prompt? Here are my effectivesetup()
calls for reference:Beta Was this translation helpful? Give feedback.
All reactions