aboutsummaryrefslogtreecommitdiffstats
path: root/autoload/health/nvim_treesitter.vim
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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 checkhealthkiyan422020-04-211-0/+3