Lsp Format.nvim Versions Save

A wrapper around Neovims native LSP formatting.

v2.3.3

2 years ago
  • Use "vim.lsp.log" for logging
  • Don't attach servers that don't support formatting

v2.3.2

2 years ago

Continue with the next client when one client has an error

v2.3.1

2 years ago

Fix clear autogroup only for buffer

v2.3.0

2 years ago

Add sync option Fix overwriting global format options from command Fix empty queue when excluding all clients Fix wrong index when excluding clients

v2.2.3

2 years ago

Don't format with client if on_attach was not called for that client

v2.2.2

2 years ago

Don't overwrite the global format handler

v2.2.1

2 years ago

Fix exclude command argument when calling with more than one value

v2.2.0

2 years ago

Add exclude option

v2.1.2

2 years ago
  • Fix error logging

v2.1.1

2 years ago
  • Don't overwrite the buffer when currently in insert mode