🔧 Added typst to nvim/setup
This commit is contained in:
parent
77e7956b78
commit
3362803ded
3 changed files with 12 additions and 0 deletions
|
|
@ -94,6 +94,12 @@ require("lazy").setup({
|
|||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"chomosuke/typst-preview.nvim",
|
||||
lazy = false, -- or ft = 'typst'
|
||||
version = "1.*",
|
||||
opts = {}, -- lazy.nvim will implicitly calls `setup {}`
|
||||
},
|
||||
},
|
||||
defaults = {
|
||||
lazy = false,
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ local servers = {
|
|||
"rust_analyzer",
|
||||
"stylelint_lsp",
|
||||
"svelte",
|
||||
"tinymist",
|
||||
"ts_ls",
|
||||
"zls",
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
Follow simple instructions on:
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue