mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-09 16:39:51 +01:00
Compare commits
2 commits
ebe0d6c960
...
79f0d87ad2
Author | SHA1 | Date | |
---|---|---|---|
79f0d87ad2 | |||
|
500652d75e |
1 changed files with 1 additions and 8 deletions
|
@ -66,14 +66,7 @@ in {
|
||||||
|
|
||||||
luaInline = lib.mkOptionType {
|
luaInline = lib.mkOptionType {
|
||||||
name = "luaInline";
|
name = "luaInline";
|
||||||
check = x: lib.nvim.lua.isLuaInline x || builtins.isString x;
|
check = x: lib.nvim.lua.isLuaInline x;
|
||||||
merge = loc: defs: let
|
|
||||||
val =
|
|
||||||
if isString loc
|
|
||||||
then lib.generators.mkLuaInline loc
|
|
||||||
else loc;
|
|
||||||
in
|
|
||||||
lib.mergeOneOption val defs;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue