feat: whisper

This commit is contained in:
Barrett Ruth 2026-03-11 17:40:21 -04:00
parent be92190ff5
commit 6fae26733d
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
6 changed files with 133 additions and 3 deletions

View file

@ -367,7 +367,11 @@ return {
})
vim.g.preview = {
debug = false,
github = true,
github = {
output = function(ctx)
return '/tmp/' .. vim.fn.fnamemodify(ctx.file, ':t:r') .. '.html'
end,
},
typst = { open = { 'sioyek', '--new-instance' } },
plantuml = true,
mermaid = true,