plenary.nvim
plenary.nvim copied to clipboard
Check for metatable with `__call` when asserting callable status
Found this while trying to wrap() the vim.ui.input offered by dressing.nvim, as it actually overrides the value with a table that implements __call instead of an actual function.