plugins/lsp/tinymist: add settings options

This commit is contained in:
Gaetan Lepage 2024-05-14 16:19:06 +02:00 committed by Gaétan Lepage
parent 72ff1489c7
commit d844ac1a06
3 changed files with 166 additions and 0 deletions

View file

@ -602,6 +602,7 @@ let
{
name = "tinymist";
description = "tinymist for Typst";
settingsOptions = import ./tinymist-settings.nix { inherit lib helpers; };
}
{
name = "tsserver";