feat: voice to text

This commit is contained in:
Barrett Ruth 2026-03-11 20:04:18 -04:00
parent 3b589f54ce
commit aea9d07ae9
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 9 additions and 8 deletions

View file

@ -43,6 +43,8 @@ return {
ft('sh,bash'):lint('shellcheck')
ft('zsh'):lint('zsh')
ft('html'):fmt('prettierd')
ft('proto'):fmt('buf'):lint('buf')
ft('dockerfile'):lint('hadolint')
ft('tex'):fmt('latexindent')