idk typst prolly

This commit is contained in:
iris committed 2025-02-28 16:31:52 -05:00
1 parent 24108cae78
commit e33f1fcb40
2 files changed
+9 -2

No files matched your search

+1 -1
View File
@@ -20,7 +20,7 @@ return {
"folke/neodev.nvim",
{
"williamboman/mason.nvim",
config = function() require "mason".setup {} end,
config = function() require "mason".setup { } end,
},
{
"williamboman/mason-lspconfig.nvim",
+8 -1
View File
@@ -35,11 +35,11 @@ local config = function()
c.asm_lsp.setup {}
c.pylsp.setup {}
c.kotlin_language_server.setup {}
c.jsonls.setup {}
c.texlab.setup {
settings = {
texlab = {
build = {
args = { "-xelatex", "-interaction=nonstopmode", "-synctex=1", "%f", "-outdir=build" },
onSave = true
}
}
@@ -48,6 +48,13 @@ local config = function()
c.wgsl_analyzer.setup {}
c.hls.setup {}
c.slint_lsp.setup {}
c.tinymist.setup {
root_dir = "-",
settings = {
exportPdf = "onSave",
formatterMode = "typstyle",
}
}
require('mason').setup()
require('mason-lspconfig').setup()