mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins: swith to the new behaviour of mkRaw
This commit is contained in:
parent
8cf2d943d2
commit
19f39c3b1b
32 changed files with 66 additions and 127 deletions
|
@ -159,13 +159,9 @@ in {
|
|||
|
||||
inherit (plugin) disable as;
|
||||
|
||||
installer =
|
||||
helpers.ifNonNull' plugin.installer
|
||||
(helpers.mkRaw plugin.installer);
|
||||
installer = helpers.mkRaw plugin.installer;
|
||||
|
||||
updater =
|
||||
helpers.ifNonNull' plugin.updater
|
||||
(helpers.mkRaw plugin.updater);
|
||||
updater = helpers.mkRaw plugin.updater;
|
||||
|
||||
inherit
|
||||
(plugin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue