feat: Adds typst preview and language server.

This commit is contained in:
2025-04-23 11:08:11 -04:00
parent cbe4ebc538
commit ecf3e98e25
3 changed files with 110 additions and 101 deletions

View File

@@ -9,6 +9,7 @@ return {
"clangd", "clangd",
"marksman", "marksman",
"shfmt", "shfmt",
"tinymist",
}, },
}, },
}, },

View File

@@ -0,0 +1,6 @@
return {
'chomosuke/typst-preview.nvim',
lazy = false, -- or ft = 'typst'
version = '1.*',
opts = {}, -- lazy.nvim will implicitly calls `setup {}`
}

View File

@@ -32,6 +32,7 @@ return {
"ltex", "ltex",
"lua_ls", "lua_ls",
"marksman", "marksman",
"tinymist",
"yamlls", "yamlls",
}, },
automatic_installation = true, automatic_installation = true,
@@ -88,6 +89,7 @@ return {
"lua_ls", "lua_ls",
"marksman", "marksman",
"sourcekit", "sourcekit",
"tinymist",
"yamlls", "yamlls",
} }