mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
plugins/none-ls: refactor mkRaw
- Allow passing raw types through mkRaw - Throw an error when passing invalid input into mkRaw
This commit is contained in:
parent
6ac0d2869d
commit
69e43a6bf9
2 changed files with 16 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
let
|
||||
nixvimBuilders = import ./builders.nix { inherit lib pkgs; };
|
||||
nixvimTypes = import ./types.nix { inherit lib nixvimOptions; };
|
||||
nixvimUtils = import ./utils.nix { inherit lib _nixvimTests; };
|
||||
nixvimUtils = import ./utils.nix { inherit lib nixvimTypes _nixvimTests; };
|
||||
nixvimOptions = import ./options.nix { inherit lib nixvimTypes nixvimUtils; };
|
||||
inherit (import ./to-lua.nix { inherit lib; }) toLuaObject;
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue