diff options
| author | kiyan42 <yazdani.kiyan@protonmail.com> | 2020-04-20 22:33:13 +0200 |
|---|---|---|
| committer | kiyan42 <yazdani.kiyan@protonmail.com> | 2020-04-20 22:33:13 +0200 |
| commit | 0de42dd7fb16c2255403493d6426ab816a5fa8ae (patch) | |
| tree | b56fe62d3471cc72824c5f00ef0598c2b2fabdc9 /lua/nvim-treesitter.lua | |
| parent | Merge pull request #4 from kyazdani42/improve-installer (diff) | |
| download | nvim-treesitter-0de42dd7fb16c2255403493d6426ab816a5fa8ae.tar nvim-treesitter-0de42dd7fb16c2255403493d6426ab816a5fa8ae.tar.gz nvim-treesitter-0de42dd7fb16c2255403493d6426ab816a5fa8ae.tar.bz2 nvim-treesitter-0de42dd7fb16c2255403493d6426ab816a5fa8ae.tar.lz nvim-treesitter-0de42dd7fb16c2255403493d6426ab816a5fa8ae.tar.xz nvim-treesitter-0de42dd7fb16c2255403493d6426ab816a5fa8ae.tar.zst nvim-treesitter-0de42dd7fb16c2255403493d6426ab816a5fa8ae.zip | |
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 8dae7c33b..8628e499b 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 |
