lukas-reineke / lsp-format.nvim

A wrapper around Neovims native LSP formatting.
564 stars 27 forks source link

Format from stdout #8

Closed Shatur closed 3 years ago

Shatur commented 3 years ago

I use clang-format and lua-format. Both programs print formatted text to stdout. Is it possible to support this behavior?

lukas-reineke commented 3 years ago

No I don't plan to add it here. I have been working together with Mike on https://github.com/mhartington/formatter.nvim That plugin should replace this one completely. I already ported all the features over, merging the PRs just takes some time. It should hopefully be done soon. After that I will deprecate format.nvim

You should be using that plugin, it supports stdout as well.

Shatur commented 3 years ago

Thanks for the info!