mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Allow lsp-clojure & cider to work together
This commit is contained in:
@ -22,18 +22,13 @@
|
|||||||
+ Include links to packages & external things where possible
|
+ Include links to packages & external things where possible
|
||||||
|
|
||||||
** Maintainers
|
** Maintainers
|
||||||
+ @username_linked_to_gihub (Author)
|
|
||||||
+ @username_linked_to_gihub
|
|
||||||
+ @username_linked_to_gihub
|
|
||||||
|
|
||||||
# If this module has no maintainers, then...
|
|
||||||
This module has no dedicated maintainers.
|
This module has no dedicated maintainers.
|
||||||
|
|
||||||
** Module Flags
|
** Module Flags
|
||||||
+ =+lsp= Enables LSP support. Disables cider.
|
+ =+lsp= Enables LSP support, alongside Cider.
|
||||||
|
|
||||||
** Plugins
|
** Plugins
|
||||||
+ [[https://github.com/clojure-emacs/cider][cider]] (unless =+lsp=)
|
+ [[https://github.com/clojure-emacs/cider][cider]]
|
||||||
+ [[https://github.com/clojure-emacs/clj-refactor.el][clj-refactor]]
|
+ [[https://github.com/clojure-emacs/clj-refactor.el][clj-refactor]]
|
||||||
+ [[https://github.com/candid82/flycheck-joker][flycheck-joker]]
|
+ [[https://github.com/candid82/flycheck-joker][flycheck-joker]]
|
||||||
|
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
|
|
||||||
(use-package! cider
|
(use-package! cider
|
||||||
;; NOTE if `org-directory' doesn't exist, `cider-jack' in won't work
|
;; NOTE if `org-directory' doesn't exist, `cider-jack' in won't work
|
||||||
:unless (featurep! +lsp)
|
|
||||||
:hook (clojure-mode-local-vars . cider-mode)
|
:hook (clojure-mode-local-vars . cider-mode)
|
||||||
:init
|
:init
|
||||||
(after! clojure-mode
|
(after! clojure-mode
|
||||||
|
Reference in New Issue
Block a user