diff options
author | Maria José Solano <majosolano99@gmail.com> | 2023-09-20 19:03:40 -0700 |
---|---|---|
committer | Lewis Russell <me@lewisr.dev> | 2023-09-23 23:46:45 +0100 |
commit | bc0bf9d030bbcb01db69c44cf88b95ca41dd3065 (patch) | |
tree | e3c25c261ac4af8c4c6a5f3f66d786aec1e5b613 /runtime/lua/vim/treesitter/dev.lua | |
parent | 01be28b370987447c78f313a65fdc289d79d4d8a (diff) | |
download | rneovim-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.lua | 2 |
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 }, |