nit(tree-sitter): add rationale for debug mode var
This commit is contained in:
parent
afb1694b2b
commit
727fcb2fcc
1 changed files with 3 additions and 0 deletions
|
@ -6,7 +6,10 @@
|
|||
:hook (tree-sitter-after-on . tree-sitter-hl-mode)
|
||||
:config
|
||||
(require 'tree-sitter-langs)
|
||||
|
||||
;; This makes every node a link to a section of code
|
||||
(setq tree-sitter-debug-jump-buttons t
|
||||
;; and this highlights the entire sub tree in your code
|
||||
tree-sitter-debug-highlight-jump-region t)
|
||||
|
||||
(defadvice! doom-tree-sitter-fail-gracefully-a (orig-fn &rest args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue