1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-23 01:11:12 +01:00

plugins/lsp/servers/tinymist: drop settingsOptions

This commit is contained in:
Gaetan Lepage 2025-12-13 15:01:09 +01:00 committed by Gaétan Lepage
parent ff9fdf402a
commit bdf8c04028
2 changed files with 0 additions and 152 deletions

View file

@ -124,9 +124,6 @@ let
};
};
};
tinymist = {
settingsOptions = import ./tinymist-settings.nix { inherit lib; };
};
vue_ls = {
extraOptions = {
tslsIntegration = mkOption {