ltex-ls for typst
This commit is contained in:
parent
ba1dedeaae
commit
2866795bd2
1 changed files with 7 additions and 1 deletions
|
|
@ -13,11 +13,17 @@ local servers = {
|
||||||
-- jedi_language_server = {},
|
-- jedi_language_server = {},
|
||||||
nixd = {},
|
nixd = {},
|
||||||
nil_ls = {},
|
nil_ls = {},
|
||||||
typst_lsp = {},
|
typst_lsp = {
|
||||||
|
-- settings = {
|
||||||
|
-- exportPdf = "onType"
|
||||||
|
-- }
|
||||||
|
},
|
||||||
ltex = {
|
ltex = {
|
||||||
|
filetypes = { "latex", "typst", "typ", "bib", "markdown", "plaintex", "tex" },
|
||||||
settings = {
|
settings = {
|
||||||
ltex = {
|
ltex = {
|
||||||
language = "fr",
|
language = "fr",
|
||||||
|
enabled = { "latex", "typst", "typ", "bib", "markdown", "plaintex", "tex" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue