feat: whisper
This commit is contained in:
parent
be92190ff5
commit
6fae26733d
6 changed files with 133 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue