Added clojure lsp mode
This commit is contained in:
@@ -67,6 +67,18 @@
|
|||||||
(use-package parinfer
|
(use-package parinfer
|
||||||
:defer t)
|
:defer t)
|
||||||
|
|
||||||
|
;; -----------------------------------------------------------------------------
|
||||||
|
;; LSP
|
||||||
|
;; -----------------------------------------------------------------------------
|
||||||
|
(use-package lsp-mode
|
||||||
|
:init
|
||||||
|
:hook (;;
|
||||||
|
(clojure-mode . lsp-deferred)
|
||||||
|
(python-mode . lsp-deferred)
|
||||||
|
;; if you want which-key integration
|
||||||
|
(lsp-mode . lsp-enable-which-key-integration))
|
||||||
|
:commands (lsp lsp-deferred))
|
||||||
|
|
||||||
;; -----------------------------------------------------------------------------
|
;; -----------------------------------------------------------------------------
|
||||||
;; Python
|
;; Python
|
||||||
;; -----------------------------------------------------------------------------
|
;; -----------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -113,7 +113,8 @@
|
|||||||
:lang
|
:lang
|
||||||
;;agda ; types of types of types of types...
|
;;agda ; types of types of types of types...
|
||||||
;;cc ; C/C++/Obj-C madness
|
;;cc ; C/C++/Obj-C madness
|
||||||
clojure ; java with a lisp
|
(clojure
|
||||||
|
+lsp) ; java with a lisp
|
||||||
;;common-lisp ; if you've seen one lisp, you've seen them all
|
;;common-lisp ; if you've seen one lisp, you've seen them all
|
||||||
;;coq ; proofs-as-programs
|
;;coq ; proofs-as-programs
|
||||||
;;crystal ; ruby at the speed of c
|
;;crystal ; ruby at the speed of c
|
||||||
|
|||||||
Reference in New Issue
Block a user