Skip to content

Commit

Permalink
Update installation instructions to include treesit-queries
Browse files Browse the repository at this point in the history
  • Loading branch information
meain committed Aug 8, 2023
1 parent 0877337 commit e9c81d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Or using `straight.el` and `el-get` to pull from source:
:straight (evil-textobj-tree-sitter :type git
:host github
:repo "meain/evil-textobj-tree-sitter"
:files (:defaults "queries")))
:files (:defaults "queries" "treesit-queries")))
```

> You will also have to setup [`tree-sitter`](https://github.com/emacs-tree-sitter/elisp-tree-sitter).
Expand Down

0 comments on commit e9c81d2

Please sign in to comment.