aboutsummaryrefslogtreecommitdiffstats
path: root/autoload/nvim_treesitter.vim
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-27/+0
|
* chore: cleanup main file, move statusline in modulekiyan2022-07-181-1/+1
|
* chore!: remove ensure_installed='maintained'Christian Clason2022-04-301-2/+2
| | | | | | | | Removes all support (and tests) for the parser category "maintained", as this is no longer a useful category. BREAKING CHANGE: replace `ensure_installed='maintained'` by an explicit list of parsers, or use `'all'` (not recommended).
* feat: Add TSEditQueryStephan Seitz2021-04-141-0/+4
|
* feat(install): add "maintained" option to only install maintained parsersStephan Seitz2020-10-261-2/+2
| | | | | | Unmaintained parsers only give users little benefit but take sometimes a a long time to install (e.g. Markdown, Julia, Haskell parser). We could recommend to only install maintained parsers by default.
* start indent modulekiyan422020-10-191-0/+4
|
* Remove old statusline implementation with new one.Kristijan Husak2020-10-111-6/+2
|
* Add implementation for improved statusline. Closes #545.Kristijan Husak2020-10-111-0/+4
|
* Completion: use custom instead of customlistSantos Gallegos2020-09-051-3/+3
| | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/396
* Refactor: move completion functions to autoloadSantos Gallegos2020-09-041-2/+14
|
* feat: add syntax-based foldingThomas Vigouroux2020-05-251-0/+4
|
* feat: provide a statusline indicatorThomas Vigouroux2020-05-051-0/+3
It will show the current branch at the cursor going the tree as such. root->node->subnode->leaf If an argument is provided to `statusline`, then the tree will be truncated as follows : ..->subnode->subnode