https://github.com/mattn/vim-treesitter
https://github.com/mattn/vim-treesitter
treesitter
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattn/vim-treesitter
- Owner: mattn
- Created: 2021-08-26T05:48:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T17:10:56.000Z (over 3 years ago)
- Last Synced: 2025-06-03T12:06:14.278Z (7 months ago)
- Topics: treesitter
- Language: Go
- Homepage:
- Size: 4.46 MB
- Stars: 72
- Watchers: 11
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-treesitter
THIS IS VERY EXPERIMENTAL PLUGIN
treesitter for Vim8
## Installation
```
$ cd server
$ go build
```
## License
MIT
This is based on https://github.com/JasonWoof/vim-treesitter
## Author
Yasuhiro Matsumoto (a.k.a. mattn)