mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
plugins: remove redundant mkRaw
apply
functions
`strLua` now does this coercion internally.
This commit is contained in:
parent
bd6aa476b8
commit
2cda50d530
15 changed files with 0 additions and 26 deletions
|
@ -207,7 +207,6 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
|
||||
default: `{}`
|
||||
'';
|
||||
apply = v: if lib.isAttrs v then lib.mapAttrs (_: lib.nixvim.mkRaw) v else v;
|
||||
};
|
||||
|
||||
request = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue