feat(clojure): add support for jet & neil
This commit is contained in:
parent
ca90c5e83c
commit
99c6949e54
2 changed files with 17 additions and 0 deletions
|
@ -175,6 +175,8 @@
|
|||
"C" #'cider-connect-cljs
|
||||
"m" #'cider-macroexpand-1
|
||||
"M" #'cider-macroexpand-all
|
||||
"j" #'jet
|
||||
"f" #'neil-find-clojure-package
|
||||
(:prefix ("d" . "debug")
|
||||
"d" #'cider-debug-defun-at-point)
|
||||
(:prefix ("e" . "eval")
|
||||
|
@ -266,3 +268,14 @@
|
|||
:when (and (modulep! :checkers syntax)
|
||||
(not (modulep! +lsp)))
|
||||
:after flycheck)
|
||||
|
||||
|
||||
(use-package! neil
|
||||
:commands (neil-find-clojure-package)
|
||||
:config
|
||||
(setq neil-prompt-for-version-p nil
|
||||
neil-inject-dep-to-project-p t))
|
||||
|
||||
|
||||
(use-package! jet
|
||||
:commands (jet))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue