mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
16 lines
301 B
Lua
16 lines
301 B
Lua
return {
|
|
'chomosuke/typst-preview.nvim',
|
|
ft = 'typst', -- or ft = 'typst'
|
|
version = '1.*',
|
|
opts = {
|
|
debug = true,
|
|
}, -- lazy.nvim will implicitly calls `setup {}`
|
|
keys = {
|
|
{
|
|
"<leader>tp",
|
|
"<CMD>TypstPreviewToggle<CR>",
|
|
desc = "Toggle typst preview."
|
|
},
|
|
}
|
|
}
|