mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
Add TSUpdate command to update parsers
This commit is contained in:
parent
a855538e0a
commit
a872762d82
4 changed files with 43 additions and 4 deletions
|
|
@ -13,6 +13,9 @@ lua << EOF
|
|||
ts_installable_parsers = function()
|
||||
return table.concat(require'nvim-treesitter.parsers'.available_parsers(), '\n')
|
||||
end
|
||||
ts_installed_parsers = function()
|
||||
return table.concat(require'nvim-treesitter.info'.installed_parsers(), '\n')
|
||||
end
|
||||
ts_available_modules = function()
|
||||
return table.concat(require'nvim-treesitter.configs'.available_modules(), '\n')
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue