add tree-sitter
This commit is contained in:
parent
9dd3784ed0
commit
db454ff66e
1 changed files with 4 additions and 1 deletions
5
init.el
5
init.el
|
@ -105,6 +105,7 @@
|
|||
;;taskrunner ; taskrunner for all your projects
|
||||
;;terraform ; infrastructure as code
|
||||
;;tmux ; an API for interacting with tmux
|
||||
tree-sitter
|
||||
;;upload ; map local to remote projects via ssh/ftp
|
||||
|
||||
:os
|
||||
|
@ -115,7 +116,9 @@
|
|||
;;agda ; types of types of types of types...
|
||||
;;beancount ; mind the GAAP
|
||||
;;(cc +lsp) ; C > C++ == 1
|
||||
(clojure +lsp) ; java with a lisp
|
||||
(clojure
|
||||
+lsp
|
||||
+tree-sitter) ; java with a lisp
|
||||
common-lisp ; if you've seen one lisp, you've seen them all
|
||||
;;coq ; proofs-as-programs
|
||||
;;crystal ; ruby at the speed of c
|
||||
|
|
Loading…
Reference in a new issue