mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add parser list
This commit is contained in:
parent
3975ca91f6
commit
0de42dd7fb
2 changed files with 18 additions and 0 deletions
|
|
@ -15,5 +15,6 @@ end
|
|||
-- To install, run `:lua require'nvim-treesitter'.install_parser('language')`
|
||||
-- we should add a vim layer over the lua function
|
||||
M.install_parser = install.install_parser
|
||||
M.list_parsers = install.list_parsers
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue