This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-01
Channels
- # announcements (14)
- # aws (1)
- # babashka (22)
- # beginners (105)
- # biff (12)
- # calva (1)
- # cider (7)
- # cljsrn (1)
- # clojure (33)
- # clojure-europe (22)
- # clojure-germany (1)
- # clojure-uk (3)
- # clojurescript (28)
- # component (15)
- # copenhagen-clojurians (1)
- # core-typed (29)
- # cursive (8)
- # data-science (2)
- # datomic (2)
- # emacs (16)
- # gratitude (3)
- # humbleui (3)
- # introduce-yourself (4)
- # lsp (1)
- # other-languages (3)
- # rdf (3)
- # sci (6)
- # shadow-cljs (9)
- # spacemacs (12)
- # tools-build (1)
- # tools-deps (5)
- # vim (3)
- # vscode (1)
the function hinting im getting should be showing me the arguments. The name flickers which leads me to believe lsp and cider are competing. Any suggestions on which to use and how i can get more feedback about the fn? I feel like this was better a while back for me 🙂
I have seen the name flickering on occasion, but hard to reproduce. I could only get the name in the mini-buffer to flicker after just starting the REPL (with LSP on). Otherwise the function argument hints work well with Cider and LSP together using practicalli/clojure-deps-edn config
I assume both LSP and a REPL session (Cider jack-in or connect) have been run. Does the issue happen with only LSP (no REPL - , m q q
to kill the REPL)
Or try with just the REPL and shut down LSP with , b s
(`lsp-workspace-shutdown`)
Try updating the LSP server SPC SPC lsp-update-server
and then restart LSP , b r
(`lsp-workspace-restart`) as there are lots of regular improvements.
Check there isnt an older installed version of clojure-lsp on the operating system execution path (i.e. from a manually installed clojure-lsp binary outside of emacs)
Maybe i have to versions of clojure lsp. I have been using update-lsp: aliased to sudo bash < <(curl -s https://raw.githubusercontent.com/clojure-lsp/clojure-lsp/master/install) to update clojure lsp.
drewverlee@drewverlee ~/.spacemacs.d live clojure-lsp --version clojure-lsp 2022.04.18-00.59.32 clj-kondo 2022.04.09-SNAPSHOT
@U05254DQM wanted to follow up and say thanks. I think your right, my version of lsp might have been old? I reinstalled like you said and it fixed itself. It's possible your config looks for lsp different then i was doing in the past. Unclear, but it seems better now.
Hi, is there a way to instructr spacecmacs to search all the sub projects when we use Leiningen's checkout feature ? Thanks in advance
If all the checked out projects are under a common directory, e.g /projects/ the add a .projectile file to /projects root and start a search A .projectile file can also include patterns to control what files are included (similar to gitignore)
pressing spc q r
(restart emacs with layouts) tells me that its getting "the wrong number of arguments" is that happening for anyone else?
Emacs 29 has just introduced its own implementation of restart-emacs function. Spacemacs uses a package that includes restart-emacs Unfortunately the emacs29 function takes no arguments (and at present has less functionality)
i guess ill just have to not restart for a while. just plain stop and then start like some barbarian.