aboutsummaryrefslogtreecommitdiffstats
path: root/lua
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
parentadded doc for setup_command (diff)
downloadnvim-treesitter-503c99d7666f17156dfff1348f4fb503caf4147a.tar
nvim-treesitter-503c99d7666f17156dfff1348f4fb503caf4147a.tar.gz
nvim-treesitter-503c99d7666f17156dfff1348f4fb503caf4147a.tar.bz2
nvim-treesitter-503c99d7666f17156dfff1348f4fb503caf4147a.tar.lz
nvim-treesitter-503c99d7666f17156dfff1348f4fb503caf4147a.tar.xz
nvim-treesitter-503c99d7666f17156dfff1348f4fb503caf4147a.tar.zst
nvim-treesitter-503c99d7666f17156dfff1348f4fb503caf4147a.zip
typo fix
Diffstat (limited to 'lua')
-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 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 <f-args>)
--- - type of arguments that needs to be passed to the vim command