]> git.r.bdr.sh - rbdr/tree-sitter-api-notation/blob - README.md
Add vimscript
[rbdr/tree-sitter-api-notation] / README.md
1 # tree-sitter-api-notation
2
3 This is a tree-sitter parser for [api-notation][api-notation].
4
5 ## Neovim plugin
6
7 If you use `nvim-treesitter`, you can also include this as a plugin and it will
8 make sure it's configured correctly.
9
10 ```
11 require('lazy').setup({
12 ...
13 'nvim-treesitter/nvim-treesitter',
14 'https://git.sr.ht/~rbdr/tree-sitter-api-notation'
15 ...
16 }
17 ```
18
19 [api-notation]: https://unlimited.pizza/api.html