mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-07-02 12:44:48 +01:00
Added more quarto/typst configs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
local lspconfig = require("lspconfig")
|
||||
|
||||
lspconfig.tinymist.setup({
|
||||
settings = {
|
||||
formatterMode = "typstyle",
|
||||
exportPdf = "onType",
|
||||
semanticTokens = "disable",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user