| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor!: update to Neovim 0.7 APIs | Christian Clason | 2022-04-30 | 1 | -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 fixes | Javier López | 2021-10-11 | 1 | -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 checkhealth | kiyan42 | 2020-04-21 | 1 | -0/+3 |
