diff options
Diffstat (limited to 'lua/nvim-treesitter/info.lua')
| -rw-r--r-- | lua/nvim-treesitter/info.lua | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lua/nvim-treesitter/info.lua b/lua/nvim-treesitter/info.lua index 0c99f3ff..98b75951 100644 --- a/lua/nvim-treesitter/info.lua +++ b/lua/nvim-treesitter/info.lua @@ -81,16 +81,14 @@ M.commands = { run = install_info, args = { "-nargs=0", - }, - description = '`:TSInstallInfo` print installation state for every filetype' + } }, TSModuleInfo = { run = module_info, args = { "-nargs=?", "-complete=custom,v:lua.ts_available_modules" - }, - description = '`:TSModuleInfo` print module state for every filetype, if module is specified, only for current module' + } } } |
