mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 21:04:30 +02:00
plugins/lsp: Add tinymist language server
This commit is contained in:
parent
512ac70ec9
commit
f1df154834
2 changed files with 5 additions and 0 deletions
|
@ -631,6 +631,10 @@ with lib; let
|
|||
name = "texlab";
|
||||
description = "texlab language server for LaTeX";
|
||||
}
|
||||
{
|
||||
name = "tinymist";
|
||||
description = "tinymist for Typst";
|
||||
}
|
||||
{
|
||||
name = "tsserver";
|
||||
description = "tsserver for TypeScript";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue