Created
November 20, 2025 22:12
-
-
Save Velrok/36ef416636f9d5d1622f592683fc612b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- 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