lang/clojure: add +lsp support
This commit is contained in:
parent
b30f38ac06
commit
a65403011e
3 changed files with 18 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/clojure/packages.el
|
||||
|
||||
(package! cider :pin "7437c67f0e")
|
||||
(unless (featurep! +lsp)
|
||||
(package! cider :pin "7437c67f0e"))
|
||||
|
||||
(package! clj-refactor :pin "e24ba62843")
|
||||
|
||||
(when (featurep! :checkers syntax)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue