| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: cleanup main file, move statusline in module | kiyan | 2022-07-18 | 1 | -1/+1 |
| | | |||||
| * | chore!: remove ensure_installed='maintained' | Christian Clason | 2022-04-30 | 1 | -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 TSEditQuery | Stephan Seitz | 2021-04-14 | 1 | -0/+4 |
| | | |||||
| * | feat(install): add "maintained" option to only install maintained parsers | Stephan Seitz | 2020-10-26 | 1 | -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 module | kiyan42 | 2020-10-19 | 1 | -0/+4 |
| | | |||||
| * | Remove old statusline implementation with new one. | Kristijan Husak | 2020-10-11 | 1 | -6/+2 |
| | | |||||
| * | Add implementation for improved statusline. Closes #545. | Kristijan Husak | 2020-10-11 | 1 | -0/+4 |
| | | |||||
| * | Completion: use custom instead of customlist | Santos Gallegos | 2020-09-05 | 1 | -3/+3 |
| | | | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/396 | ||||
| * | Refactor: move completion functions to autoload | Santos Gallegos | 2020-09-04 | 1 | -2/+14 |
| | | |||||
| * | feat: add syntax-based folding | Thomas Vigouroux | 2020-05-25 | 1 | -0/+4 |
| | | |||||
| * | feat: provide a statusline indicator | Thomas Vigouroux | 2020-05-05 | 1 | -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 | |||||
