🔧 Added typst to nvim/setup

This commit is contained in:
z3rOR0ne 2025-04-27 08:29:35 -07:00
parent 77e7956b78
commit 3362803ded
3 changed files with 12 additions and 0 deletions

View file

@ -94,6 +94,12 @@ require("lazy").setup({
}) })
end, end,
}, },
{
"chomosuke/typst-preview.nvim",
lazy = false, -- or ft = 'typst'
version = "1.*",
opts = {}, -- lazy.nvim will implicitly calls `setup {}`
},
}, },
defaults = { defaults = {
lazy = false, lazy = false,

View file

@ -14,6 +14,7 @@ local servers = {
"rust_analyzer", "rust_analyzer",
"stylelint_lsp", "stylelint_lsp",
"svelte", "svelte",
"tinymist",
"ts_ls", "ts_ls",
"zls", "zls",
} }

View file

@ -761,3 +761,8 @@ doas npm uninstall -g html-minifier uglify-js && doas npm install -g html-minifi
Update to the latest minor version of paru: Update to the latest minor version of paru:
Follow simple instructions on: Follow simple instructions on:
https://github.com/Morganamilo/paru https://github.com/Morganamilo/paru
04/27/2025
Install typst
doas pacman -S typst
And make sure to copy in your new nvim configs to ensure proper lsp and previewer plugin are installed.