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 = {},
|
||||
nixd = {},
|
||||
nil_ls = {},
|
||||
typst_lsp = {},
|
||||
typst_lsp = {
|
||||
-- settings = {
|
||||
-- exportPdf = "onType"
|
||||
-- }
|
||||
},
|
||||
ltex = {
|
||||
filetypes = { "latex", "typst", "typ", "bib", "markdown", "plaintex", "tex" },
|
||||
settings = {
|
||||
ltex = {
|
||||
language = "fr",
|
||||
enabled = { "latex", "typst", "typ", "bib", "markdown", "plaintex", "tex" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue