Allow lsp-clojure & cider to work together
This commit is contained in:
parent
ac0385685d
commit
803ba23298
2 changed files with 2 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue