fix: specify utf-8 offset encoding for tinymist
This commit is contained in:
parent
1394bab5d3
commit
6b04e6f906
1 changed files with 3 additions and 1 deletions
|
@ -58,7 +58,9 @@ M.setup = function()
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
lspconfig.marksman.setup({})
|
lspconfig.marksman.setup({})
|
||||||
lspconfig.tinymist.setup({})
|
lspconfig.tinymist.setup({
|
||||||
|
offset_encoding = "utf-8",
|
||||||
|
})
|
||||||
lspconfig.svelte.setup({})
|
lspconfig.svelte.setup({})
|
||||||
lspconfig.tailwindcss.setup({})
|
lspconfig.tailwindcss.setup({})
|
||||||
lspconfig.texlab.setup({})
|
lspconfig.texlab.setup({})
|
||||||
|
|
Loading…
Reference in a new issue