feat(revamp): add zsh and neovim configs, add an install script and a dependencies list
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
"chomosuke/typst-preview.nvim",
|
||||
lazy = false, -- or ft = 'typst'
|
||||
version = "1.*",
|
||||
dependencies_bin = {
|
||||
["tinymist"] = "/usr/bin/tinymist",
|
||||
["websocat"] = "/usr/bin/websocat",
|
||||
},
|
||||
build = function()
|
||||
require("typst-preview").update()
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user