autozimu / LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.
MIT License
3.55k stars 272 forks source link

Add the ability to add custom formatters #1242

Closed moncheeta closed 2 years ago

moncheeta commented 2 years ago

Some of my language serves don't support formatting or I want to override some. So, I would like there to be an option to supply my own commands based on file types. Thank you!