minimal-format.nvim
cljoly/minimal-format.nvim A simple & powerful formatting plugin that extends neovim just a little bit to automatically format your code. Integrates with neovim constructs: use formatprg, the setting used by the gq mapping in default vim. Asynchronous: neovim won’t hang while the formatting command is running Doesn’t replace your code with garbage if the formatting command fails (like gq does) Applies the minimum difference required to the buffer. This means that the whole buffer won’t be changed and marks and external marks (used e....