minimal-format.nvim
cljoly/minimal-format.nvim A simple powerful 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 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.g. for diagnostics) will be preserved....