diff --git a/lua/nvim-treesitter/utils.lua b/lua/nvim-treesitter/utils.lua index 91ac9b59f..06e0e03fb 100644 --- a/lua/nvim-treesitter/utils.lua +++ b/lua/nvim-treesitter/utils.lua @@ -17,7 +17,7 @@ end --- ---@param mod string, Name of the module that resides in the heirarchy - nvim-treesitter.module ---@param commands table, Command list for the module ---- _ {command_name} Name of the vim user defined command, Keys: +--- - {command_name} Name of the vim user defined command, Keys: --- - {run}: (function) callback function that needs to be executed --- - {f_args}: (string, default ) --- - type of arguments that needs to be passed to the vim command