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

plugins/lsp/servers/dartls: drop settingsOptions

This commit is contained in:
Gaetan Lepage 2025-12-13 18:40:51 +01:00 committed by Gaétan Lepage
parent bdf8c04028
commit 010c0f530d
2 changed files with 0 additions and 75 deletions

View file

@ -11,7 +11,6 @@ let
lspExtraArgs = {
dartls = {
settingsOptions = import ./dartls-settings.nix { inherit lib; };
settings = cfg: { dart = cfg; };
};
gopls = {