v0.7.0
- We no longer depend on the plumber for communication between
acme-lsp
andL
. If you have an emptylsp
plumb rule, it's safe to remove it now. - Fix compatibility with latest
gopls
release (v0.1.5). (See #16) - Ongoing refactoring work: packages from
go-langserver
have been replaced with the better maintainedgopls
ones. We now use the same jsonrpc2 package asgopls
.