- Fixed a panic in the assistant panel when the app is shutting down.
- vim: Fixed a panic when using H/M/L when scrolled beyond the end of
the buffer - Added detection of user-installed
gopls
to Go language server
adapter. If a user hasgopls
in$PATH
when opening a worktree, it
will be used. - Added detection of user-installed
zls
to Zig language server
adapter. If a user haszls
in$PATH
when opening a worktree, it will
be used. - Fixed incorrect default prettier installation process