aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter/dev.lua
diff options
context:
space:
mode:
authorMaria José Solano <majosolano99@gmail.com>2023-09-20 19:03:40 -0700
committerLewis Russell <me@lewisr.dev>2023-09-23 23:46:45 +0100
commitbc0bf9d030bbcb01db69c44cf88b95ca41dd3065 (patch)
treee3c25c261ac4af8c4c6a5f3f66d786aec1e5b613 /runtime/lua/vim/treesitter/dev.lua
parent01be28b370987447c78f313a65fdc289d79d4d8a (diff)
downloadrneovim-bc0bf9d030bbcb01db69c44cf88b95ca41dd3065.tar.gz
rneovim-bc0bf9d030bbcb01db69c44cf88b95ca41dd3065.tar.bz2
rneovim-bc0bf9d030bbcb01db69c44cf88b95ca41dd3065.zip
docs: fix type warnings
Diffstat (limited to 'runtime/lua/vim/treesitter/dev.lua')
-rw-r--r--runtime/lua/vim/treesitter/dev.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/treesitter/dev.lua b/runtime/lua/vim/treesitter/dev.lua
index 61d84017d4..db30d638af 100644
--- a/runtime/lua/vim/treesitter/dev.lua
+++ b/runtime/lua/vim/treesitter/dev.lua
@@ -258,7 +258,7 @@ end
--- @private
---
---- @param opts InspectTreeOpts
+--- @param opts InspectTreeOpts?
function M.inspect_tree(opts)
vim.validate({
opts = { opts, 't', true },