Use following snippet in vim filetype:
def RunOdin()
update
if !exists("$WSL_DISTRO_NAME")
Term! odin run .
else
Term! odin run . -thread-count:1
endif
enddef
image.png (view on web)
else should be highlighted
@dkearns fyi
9.2.843
debian13, bash
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Term is a custom command:
command! -bang -nargs=? Term terminal.Run(<q-args> ?? &shell, <q-mods> ?? window#BotRight(), expand("<bang>") == "!")
with built-in term highlighting is ok.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()