Skip to content

Commit

Permalink
fix(typst): added missing command to typst-preview.nvim (#913)
Browse files Browse the repository at this point in the history
Update init.lua
  • Loading branch information
Std-Enigma committed Apr 25, 2024
1 parent 4bccd65 commit 83cb7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/typst/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ return {
},
{
"chomosuke/typst-preview.nvim",
cmd = { "TypstPreview", "TypstPreviewToggle" },
cmd = { "TypstPreview", "TypstPreviewToggle", "TypstPreviewUpdate" },
version = "0.1.*",
build = function() require("typst-preview").update() end,
opts = {},
Expand Down

0 comments on commit 83cb7e6

Please sign in to comment.