idk typst prolly
This commit is contained in:
1 parent
24108cae78
commit
e33f1fcb40
2 files changed
+9
-2
No files matched your search
+1
-1
@@ -20,7 +20,7 @@ return {
|
|||||||
"folke/neodev.nvim",
|
"folke/neodev.nvim",
|
||||||
{
|
{
|
||||||
"williamboman/mason.nvim",
|
"williamboman/mason.nvim",
|
||||||
config = function() require "mason".setup {} end,
|
config = function() require "mason".setup { } end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"williamboman/mason-lspconfig.nvim",
|
"williamboman/mason-lspconfig.nvim",
|
||||||
|
|||||||
@@ -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