Skip to content

Releases: lukas-reineke/lsp-format.nvim

Version 2.4.1

21 May 15:28
a5a54ee
Compare
Choose a tag to compare

Fix force option when sync is true

Version 2.4.0

21 May 03:45
210c4c5
Compare
Choose a tag to compare

Add force option

Version 2.3.3

25 Apr 03:38
204e699
Compare
Choose a tag to compare
  • Use "vim.lsp.log" for logging
  • Don't attach servers that don't support formatting

Version 2.3.2

20 Apr 04:36
2fcb2c9
Compare
Choose a tag to compare

Continue with the next client when one client has an error

Version 2.3.1

19 Apr 07:51
458fa95
Compare
Choose a tag to compare

Fix clear autogroup only for buffer

Version 2.3.0

19 Apr 07:28
f56ad1b
Compare
Choose a tag to compare

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

18 Apr 06:03
454ec5f
Compare
Choose a tag to compare

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

Version 2.2.2

18 Apr 03:33
2d05114
Compare
Choose a tag to compare

Don't overwrite the global format handler

Version 2.2.1

18 Apr 03:13
ce599b4
Compare
Choose a tag to compare

Fix exclude command argument when calling with more than one value

Version 2.2.0

18 Apr 01:48
c40edda
Compare
Choose a tag to compare

Add exclude option