9fans / acme-lsp

Language Server Protocol tools for the acme text editor
MIT License
197 stars 25 forks source link

Fix def and comp when using clojure-lsp. #68

Open cloudspinner opened 10 months ago

cloudspinner commented 10 months ago

Fixes #29.

L fmt seems already be fixed due to earlier commits. This change fixes the remaining issues with L def and L comp.

This PR depends on https://github.com/fhs/go-lsp-internal/pull/1, which should (obviously) be merged first. After that, go.mod should be updated before merging the current PR to reference the new version of go-lsp-internal.