We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff491c4 commit bcc1ac8Copy full SHA for bcc1ac8
lua/debugprint/init.lua
@@ -62,6 +62,7 @@ local debugprint_logic = function(o)
62
63
vim.validate({
64
above = { funcopts.above, "boolean" },
65
+ variable = { funcopts.above, "boolean" },
66
})
67
68
local current_line = vim.api.nvim_win_get_cursor(0)[1]
0 commit comments