Skip to content

Commit ebabb26

Browse files
authored
Update README.md
1 parent b4d0325 commit ebabb26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ Recommended `eglot` configuration:
6565

6666
Recommended `tree-sitter` configuration:
6767
```emacs lisp
68+
;; download tree-sitter so files and put them in treesit-grammars folder.
6869
(when (treesit-available-p)
6970
(use-package treesit
7071
:ensure t
7172
:init (setq treesit-extra-load-path
73+
;; return dir: gptel-cpp-complete/treesit-grammars
7274
(gptel-cpp-complete--get-treesit-extra-load-path)
7375
major-mode-remap-alist
7476
'((c-mode . c-ts-mode)

0 commit comments

Comments
 (0)