Mostly a toy to mess around with vim plugin creation. I'm following this tutorial: https://learnvimscriptthehardway.stevelosh.com/chapters/42.html to setup a vim based KQL/Kusto environment.
See the vimdoc for updated release notes.
- Send multi-line maybe?
- Handle comments (remove them?)
- Might be handled by moving to newline instead of space on the join? (of interest)
- Handle single quotes in a query (need to escape)
- better error handling, if it exists from az cli?
- actually fill out doc
- Put results in new window (by default, make current an option?)
- Get a real kusto library and figure out auth (az cli is nice cause it's just cached user cred)