feat(:lang): enable ts text objs in modes
This commit is contained in:
parent
2cd40f7aa7
commit
0c2f986708
18 changed files with 54 additions and 18 deletions
|
@ -308,4 +308,6 @@ If rtags or rdm aren't available, fail silently instead of throwing a breaking e
|
|||
;; Tree sitter
|
||||
(eval-when! (featurep! +tree-sitter)
|
||||
(add-hook! '(c-mode-hook
|
||||
c++-mode-hook) #'turn-on-tree-sitter-mode))
|
||||
c++-mode-hook)
|
||||
#'turn-on-tree-sitter-mode
|
||||
#'+tree-sitter-keys-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue