cmd.lua (130B)
1 local test = function(data) 2 D(data) 3 end 4 vim.api.nvim_create_user_command('Asdf', test, {nargs = '?', bang = true, range=true})