lukas-reineke / lsp-format.nvim

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

bugfix: check mode #22

Closed lukas-reineke closed 2 years ago

lukas-reineke commented 2 years ago

If the buffer is in insert mode, it could be changed without changedtick being updated yet.

fix #21