Releases: lukas-reineke/lsp-format.nvim
Releases · lukas-reineke/lsp-format.nvim
Version 2.4.1
Fix force
option when sync
is true
Version 2.4.0
Add force
option
Version 2.3.3
- Use "vim.lsp.log" for logging
- Don't attach servers that don't support formatting
Version 2.3.2
Continue with the next client when one client has an error
Version 2.3.1
Fix clear autogroup only for buffer
Version 2.3.0
Add sync
option
Fix overwriting global format options from command
Fix empty queue when excluding all clients
Fix wrong index when excluding clients
Version 2.2.3
Don't format with client if on_attach
was not called for that client
Version 2.2.2
Don't overwrite the global format handler
Version 2.2.1
Fix exclude
command argument when calling with more than one value
Version 2.2.0
Add exclude
option