1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

treewide: generate JSON instead of Nix

Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
saygo-png 2025-10-19 01:24:26 +02:00 committed by zowoq
parent f8c32d1094
commit c89994b0ac
17 changed files with 3209 additions and 4296 deletions

View file

@ -4,7 +4,7 @@ let
inherit (lib.nixvim) defaultNullOpts;
inherit (lib) types;
rustAnalyzerOptions = import ../../../generated/rust-analyzer.nix;
rustAnalyzerOptions = lib.importJSON ../../../generated/rust-analyzer-options.json;
mkRustAnalyzerType =
{ kind, ... }@typeInfo: