Skip to content

1.0.7

Compare
Choose a tag to compare
@Zeioth Zeioth released this 08 Nov 07:09
· 79 commits to main since this release
49da96e

Breaking changes

  • aggressive_mode is the new option in replacement for stop_invisible.

New features

  • retries new option to specify the number of times to try to restore LSP clients. Useful if one of your clients is slow to respond.
  • Now garbage-day.nvim is compatible with null-ls.

Development notes

Manually keeping track of the stopped LSP clients has been nightmare fuel during this couple days of development. Mostly due to the fact lsp.get_clients() don't always tell the truth. To solve this, we now rely on lsp-config instead. Now that we don't need to manually keep track of the stopped clients, code is much simpler.

This version should be about 100% stable.