mirror of https://github.com/folke/neoconf.nvim
feat(typst): add typst_lsp and tinymist (#93)
## Description Add two typst language servers: `typst_lsp` and `tinymist` * [typst_lsp](https://github.com/nvarner/typst-lsp) * [tinymist](https://github.com/Myriad-Dreamin/tinymist)
This commit is contained in:
parent
eff61e70b4
commit
e901bc61d8
|
|
@ -59,7 +59,9 @@ M.index = {
|
|||
svlangserver = "https://raw.githubusercontent.com/eirikpre/VSCode-SystemVerilog/master/package.json",
|
||||
tailwindcss = "https://raw.githubusercontent.com/tailwindlabs/tailwindcss-intellisense/master/packages/vscode-tailwindcss/package.json",
|
||||
terraformls = "https://raw.githubusercontent.com/hashicorp/vscode-terraform/master/package.json",
|
||||
tinymist = "https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/refs/heads/main/editors/vscode/package.json",
|
||||
ts_ls = "https://raw.githubusercontent.com/microsoft/vscode/main/extensions/typescript-language-features/package.json",
|
||||
typst_lsp = "https://raw.githubusercontent.com/nvarner/typst-lsp/refs/heads/master/editors/vscode/package.json",
|
||||
volar = "https://raw.githubusercontent.com/vuejs/language-tools/master/extensions/vscode/package.json",
|
||||
vtsls = "https://raw.githubusercontent.com/yioneko/vtsls/main/packages/service/configuration.schema.json",
|
||||
vuels = "https://raw.githubusercontent.com/vuejs/vetur/master/package.json",
|
||||
|
|
|
|||
Loading…
Reference in New Issue