mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +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
|
@ -30,7 +30,6 @@ with lib;
|
|||
};
|
||||
})
|
||||
);
|
||||
apply = v: map (listElem: if isString listElem then helpers.mkRaw listElem else listElem) v;
|
||||
default = [ ];
|
||||
description = ''
|
||||
Startify displays lists. Each list consists of a `type` and optionally a `header` and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue