summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter
diff options
context:
space:
mode:
authorbadhi <bmadhikarinayake@gmail.com>2022-02-13 13:30:50 +0530
committerStephan Seitz <stephan.seitz@fau.de>2022-02-13 10:39:55 +0100
commit503c99d7666f17156dfff1348f4fb503caf4147a (patch)
tree2d9f1626d58dc60a0352c09e55fc47b996495bfa /lua/nvim-treesitter
parent738a0136dd2f0fb0e9d83d1743eb0e63451b396c (diff)
typo fix
Diffstat (limited to 'lua/nvim-treesitter')
-rw-r--r--lua/nvim-treesitter/utils.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/utils.lua b/lua/nvim-treesitter/utils.lua
index 91ac9b59..06e0e03f 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 <f-args>)
--- - type of arguments that needs to be passed to the vim command