diff options
| author | Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | 2020-04-21 20:14:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-21 20:14:41 +0200 |
| commit | fbf6efd5b190b7d8327cd4ecbcaf5404fb0424e6 (patch) | |
| tree | ea293f7e27fd74983dfde74dd5fb11100ea80fa2 /lua/nvim-treesitter.lua | |
| parent | 522030f1482c200480facbeb2d1d04130e06a997 (diff) | |
| parent | 0de42dd7fb16c2255403493d6426ab816a5fa8ae (diff) | |
Merge pull request #11 from kyazdani42/parser-list
feat: add parser list
Diffstat (limited to 'lua/nvim-treesitter.lua')
| -rw-r--r-- | lua/nvim-treesitter.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter.lua b/lua/nvim-treesitter.lua index 8dae7c33..8628e499 100644 --- a/lua/nvim-treesitter.lua +++ b/lua/nvim-treesitter.lua @@ -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 |
