diff options
Diffstat (limited to 'lua/nvim-treesitter/info.lua')
| -rw-r--r-- | lua/nvim-treesitter/info.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/nvim-treesitter/info.lua b/lua/nvim-treesitter/info.lua index 092c7c8c..77fd945f 100644 --- a/lua/nvim-treesitter/info.lua +++ b/lua/nvim-treesitter/info.lua @@ -91,15 +91,15 @@ M.commands = { run = install_info, args = { "-nargs=0", - } + }, }, TSModuleInfo = { run = module_info, args = { "-nargs=?", - "-complete=custom,v:lua.ts_available_modules" - } - } + "-complete=customlist,nvim_treesitter#available_modules", + }, + }, } return M |
