emacs-lsp/lsp-mode@cec9e56390 -> emacs-lsp/lsp-mode@5298775517 emacs-straight/eglot@850cbd0430 -> emacs-straight/eglot@8008255edd emacs-tree-sitter/tree-sitter-langs@a06804e13f -> emacs-tree-sitter/tree-sitter-langs@b2739d07fa flycheck/flycheck-eglot@114e1315aa -> flycheck/flycheck-eglot@09e37f4c72
10 lines
453 B
EmacsLisp
10 lines
453 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/tree-sitter/packages.el
|
|
|
|
(package! tree-sitter :recipe (:branch "master") :pin "02fe7b86d92b1aab954045146469b7893f0ab371")
|
|
(package! tree-sitter-langs :pin "b2739d07fadf45520a25862342a1790cd905cff9")
|
|
(package! tree-sitter-indent :pin "4ef246db3e4ff99f672fe5e4b416c890f885c09e")
|
|
|
|
(when (modulep! :editor evil +everywhere)
|
|
(package! evil-textobj-tree-sitter
|
|
:pin "a19ab9d89a00f4a04420f9b5d61b66f04fea5261"))
|