pugins/lsp/rust-analyzer: temporarily remove rust-analyzer settings options declarations

This commit is contained in:
Gaetan Lepage 2024-06-18 09:47:59 +02:00 committed by Gaétan Lepage
parent 846b3c991e
commit f5de31debc
3 changed files with 5 additions and 3 deletions

View file

@ -210,7 +210,9 @@ with lib;
settings =
helpers.mkNullOrStrLuaFnOr
(types.submodule {
options = import ../../../lsp/language-servers/rust-analyzer-config.nix lib pkgs;
# options = import ../../../lsp/language-servers/rust-analyzer-config.nix lib pkgs;
options = { };
freeformType = with types; attrsOf anything;
})
''
Setting passed to rust-analyzer.