Skip to content

Commit 238dc89

Browse files
author
Andrew Ferrier
committed
fix: Add missing validation rules
1 parent 7f63cc5 commit 238dc89

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
@@ -193,6 +193,8 @@ M.setup = function(opts)
193193
create_keymaps = { global_opts.create_keymaps, "boolean" },
194194
move_to_debugline = { global_opts.move_to_debugline, "boolean" },
195195
ignore_treesitter = { global_opts.ignore_treesitter, "boolean" },
196+
filetypes = { global_opts.filetypes, "table" },
197+
print_tag = { global_opts.print_tag, "string" },
196198
})
197199

198200
if global_opts.create_keymaps then

0 commit comments

Comments
 (0)