Skip to content

Commit 72b1ba7

Browse files
author
Andrew Ferrier
committed
fix: Add missing validation
1 parent 5f628f5 commit 72b1ba7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/debugprint/init.lua

+2
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ M.setup = function(o)
274274

275275
vim.validate({
276276
create_keymaps = { opts.create_keymaps, "boolean" },
277+
move_to_debugline = { opts.move_to_debugline, "boolean" },
278+
ignore_treesitter = { opts.ignore_treesitter, "boolean" },
277279
})
278280

279281
if opts.create_keymaps then

0 commit comments

Comments
 (0)