Skip to content

Instantly share code, notes, and snippets.

@Velrok
Created November 20, 2025 22:12
Show Gist options
  • Select an option

  • Save Velrok/36ef416636f9d5d1622f592683fc612b to your computer and use it in GitHub Desktop.

Select an option

Save Velrok/36ef416636f9d5d1622f592683fc612b to your computer and use it in GitHub Desktop.
-- Create a Neovim command to run the function
vim.api.nvim_create_user_command("RunBigQuery", function(opts)
run_bigquery(opts.args ~= "" and opts.args or nil)
end, { nargs = "?" })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment