fix(tree-sitter): feature gate evil-textobj-ts
where ts stands for tree sitter Only install 'evil-textobj-treesitter' if :editor evil +everywhere is enabled Also Comment which text objs are not currently not working
This commit is contained in:
parent
862e7980d8
commit
74a444db00
2 changed files with 10 additions and 11 deletions
|
@ -2,10 +2,8 @@
|
|||
;;; tools/tree-sitter/packages.el
|
||||
|
||||
(package! tree-sitter
|
||||
;; :ignore (null (bound-and-true-p module-file-suffix))
|
||||
:pin "c7a1c34549cad41a3618c6f17e0e9dabd3e98fe1")
|
||||
(package! tree-sitter-langs
|
||||
;; :ignore (null (bound-and-true-p module-file-suffix))
|
||||
:pin "e7b8db7c4006c04a4bc1fc6865ec31f223843192")
|
||||
|
||||
(when (featurep! :editor evil +everywhere)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue