mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-07-02 12:44:48 +01:00
10 lines
196 B
Lua
10 lines
196 B
Lua
local lspconfig = require("lspconfig")
|
|
|
|
lspconfig.tinymist.setup({
|
|
settings = {
|
|
formatterMode = "typstyle",
|
|
exportPdf = "onType",
|
|
semanticTokens = "disable",
|
|
},
|
|
})
|