idk typst prolly
This commit is contained in:
1 parent
24108cae78
commit
e33f1fcb40
1 file changed
+8
-1
@@ -35,11 +35,11 @@ local config = function()
|
|||||||
c.asm_lsp.setup {}
|
c.asm_lsp.setup {}
|
||||||
c.pylsp.setup {}
|
c.pylsp.setup {}
|
||||||
c.kotlin_language_server.setup {}
|
c.kotlin_language_server.setup {}
|
||||||
c.jsonls.setup {}
|
|
||||||
c.texlab.setup {
|
c.texlab.setup {
|
||||||
settings = {
|
settings = {
|
||||||
texlab = {
|
texlab = {
|
||||||
build = {
|
build = {
|
||||||
|
args = { "-xelatex", "-interaction=nonstopmode", "-synctex=1", "%f", "-outdir=build" },
|
||||||
onSave = true
|
onSave = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -48,6 +48,13 @@ local config = function()
|
|||||||
c.wgsl_analyzer.setup {}
|
c.wgsl_analyzer.setup {}
|
||||||
c.hls.setup {}
|
c.hls.setup {}
|
||||||
c.slint_lsp.setup {}
|
c.slint_lsp.setup {}
|
||||||
|
c.tinymist.setup {
|
||||||
|
root_dir = "-",
|
||||||
|
settings = {
|
||||||
|
exportPdf = "onSave",
|
||||||
|
formatterMode = "typstyle",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
require('mason').setup()
|
require('mason').setup()
|
||||||
require('mason-lspconfig').setup()
|
require('mason-lspconfig').setup()
|
||||||
|
|||||||
Reference in new issue
Block a user