mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
refactor!: update to Neovim 0.7 APIs
* set highlight groups via nvim_set_hl * define autocommands via nvim_create_autocmd * port plugin/nvim-treesitter.vim to Lua * port healthcheck to Lua
This commit is contained in:
parent
bc25a6a5c4
commit
07eb437bb1
8 changed files with 168 additions and 148 deletions
|
|
@ -1,3 +0,0 @@
|
|||
function! health#nvim_treesitter#check()
|
||||
lua require 'nvim-treesitter.health'.check()
|
||||
endfunction
|
||||
Loading…
Add table
Add a link
Reference in a new issue