This commit is contained in:
badhi 2022-02-13 13:30:50 +05:30 committed by Stephan Seitz
parent 738a0136dd
commit 503c99d766

View file

@ -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 <f-args>)
--- - type of arguments that needs to be passed to the vim command