mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
lib: remove nixvimTypes
alias
This commit is contained in:
parent
bafc6308f6
commit
2f49c76a6a
59 changed files with 261 additions and 278 deletions
|
@ -114,7 +114,7 @@
|
|||
}
|
||||
// lib.optionalAttrs hasConfigAttrs {
|
||||
luaConfig = lib.mkOption {
|
||||
type = lib.nixvim.nixvimTypes.pluginLuaConfig;
|
||||
type = lib.types.pluginLuaConfig;
|
||||
default = { };
|
||||
description = "The plugin's lua configuration";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue