We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f63cc5 commit 238dc89Copy full SHA for 238dc89
lua/debugprint/init.lua
@@ -193,6 +193,8 @@ M.setup = function(opts)
193
create_keymaps = { global_opts.create_keymaps, "boolean" },
194
move_to_debugline = { global_opts.move_to_debugline, "boolean" },
195
ignore_treesitter = { global_opts.ignore_treesitter, "boolean" },
196
+ filetypes = { global_opts.filetypes, "table" },
197
+ print_tag = { global_opts.print_tag, "string" },
198
})
199
200
if global_opts.create_keymaps then
0 commit comments