autozimu / LanguageClient-neovim

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

Add LanguageClient_formatOnSave config option #1216

Open martskins opened 3 years ago

martskins commented 3 years ago

This PR adds a config option for format on save. I'm a little concerned about the async nature of this, so I think it needs a very thorough test ride before merging.