feat: add parser list

This commit is contained in:
kiyan42 2020-04-20 22:33:13 +02:00
parent 3975ca91f6
commit 0de42dd7fb
2 changed files with 18 additions and 0 deletions

View file

@ -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