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:
parent
f8c32d1094
commit
c89994b0ac
17 changed files with 3209 additions and 4296 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue