update
This commit is contained in:
parent
e90763e223
commit
d9f092adac
8 changed files with 43 additions and 24 deletions
|
@ -50,6 +50,7 @@ return {
|
|||
plugins = {
|
||||
rope_autoimport = { enabled = true },
|
||||
isort = { enabled = true },
|
||||
pycodestyle = { maxLineLength = 120 },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -57,6 +58,18 @@ return {
|
|||
lemminx = {
|
||||
settings = { xml = { server = { workDir = "~/.cache/lemminx" } } },
|
||||
},
|
||||
tinymist = {
|
||||
--- todo: these configuration from lspconfig maybe broken
|
||||
single_file_support = true,
|
||||
root_dir = function()
|
||||
return vim.fn.getcwd()
|
||||
end,
|
||||
--- See [Tinymist Server Configuration](https://github.com/Myriad-Dreamin/tinymist/blob/main/Configuration.md) for references.
|
||||
settings = {
|
||||
exportPdf = "onType",
|
||||
outputPath = "$root/target/$dir/$name",
|
||||
},
|
||||
},
|
||||
},
|
||||
-- you can do any additional lsp server setup here
|
||||
-- return true if you don't want this server to be setup with lspconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue