mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-23 02:39:42 +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
|
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
let
|
||||
noneLsBuiltins = import ../../../generated/none-ls.nix;
|
||||
noneLsBuiltins = lib.importJSON ../../../generated/none-ls-sources.json;
|
||||
mkSourcePlugin = import ./_mk-source-plugin.nix;
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue