aboutsummaryrefslogtreecommitdiffstats
path: root/autoload
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
|
* refactor!: update to Neovim 0.7 APIsChristian Clason2022-04-301-3/+0
| | | | | | | * set highlight groups via nvim_set_hl * define autocommands via nvim_create_autocmd * port plugin/nvim-treesitter.vim to Lua * port healthcheck to Lua
* 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(healthcheck): support native lua healthchecks, and fixesJavier López2021-10-111-1/+1
| | | | | | | | | | After neovim/neovim#15259 lua healthchecks are called directly and are prefered over neovim autoload ones. The discover of Lua ones requires the function to be named "check()". Also the mentioned PR changed the design of healthchecks to not use output capturing, therefore avoid printing and instead concatenate and call the health functions.
* 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
* feat: add checkhealthkiyan422020-04-211-0/+3