Replies: 1 comment
-
|
It's just LSP e.g. neovim has it own wrapper vim.lsp.buf.format({
async = false, -- Set to true for async formatting
timeout_ms = 2000,
})see this for reference: https://github.com/neovim/neovim/blob/master/runtime/lua/vim/lsp/buf.lua#L581 you just have to invoke the same event within your editor. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to know more about how I can configure vue-language-server formatting in my editor (Neovim). Or is it not possible outside of VSCode? In which case, I'll disable it and use prettier.
Are there any docs I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions