plugins/lsp: fix tinymist implementation and update options

This commit is contained in:
Gaetan Lepage 2024-12-14 16:45:58 +01:00 committed by nix-infra-bot
parent 95361fda3c
commit 94535b24a2
3 changed files with 72 additions and 32 deletions

View file

@ -126,6 +126,9 @@ let
};
};
};
tinymist = {
settingsOptions = import ./tinymist-settings.nix { inherit lib; };
};
vls = {
extraOptions = {
autoSetFiletype = mkOption {