Fork me on GitHub
#lsp
<
2021-02-26
>
ericdallo14:02:18

clojure-lsp Released clojure-lsp 2021.02.26-13.58.48 clojure-lsp • Improve clojure-lsp config search checking always home dir considering XDG_CONFIG_HOME and project root up to system root (`/`) • Handle incremental text changes on textDocument/didChange notifications following LSP protocol, improving performance for huge files. • Add clj-kondo version to --version and server-info command. • Add new create private function code action 🎉 • We now have a auto updated clojure-lsp tap for brew 🎉 thanks to @andre.peric

🎉 21
👏 6
catjam 3
borkdude14:02:54

Oh, auto-updated tap? Tell me how!

borkdude14:02:15

Oh, incremental text!

borkdude14:02:48

Maybe tell me how to install via brew? ;)

borkdude14:02:07

@UKFSJSM38 Maybe add the to the main install docs?

borkdude14:02:22

Btw, you can do this with one single command:

$ brew install clojure-lsp/brew/clojure-lsp-native
No need to tap

👍 3
ericdallo14:02:56

nice! We can update the docs and add to the main now 🎉

ericdallo14:02:39

@U04V15CAJ you mean brew install clojure-lsp/homebrew-brew/clojure-lsp-native ?

borkdude14:02:19

like I wrote it

👍 3
ericdallo14:02:00

Oh yeah 😄

ericdallo14:02:24

I should co-authored that commit 😛

mikejcusack14:02:35

Ah, the defn- vs defn ^:private debate. 😁

ericdallo14:02:52

there is a flag for that 😛

🙌 6
nmkip20:02:33

Updated 😄

alex22:02:27

Loving the clean-ns code action. Wondering if there's an easy way to apply that to all namespaces at once

ericdallo22:02:31

No, there is not 😕 Usually code actions change something in the buffer

ericdallo22:02:43

for things like that you probably need nsorg or something

alex23:02:47

ah thanks Eric, that makes sense