plugins: remove redundant mkRaw apply functions

`strLua` now does this coercion internally.
This commit is contained in:
Matt Sturgeon 2024-09-29 15:13:49 +01:00
parent bd6aa476b8
commit 2cda50d530
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
15 changed files with 0 additions and 26 deletions

View file

@ -226,7 +226,6 @@ with lib;
action = mkOption {
type = lib.types.strLua;
description = "The lua code for this keymap action.";
apply = helpers.mkRaw;
};
opts = helpers.keymaps.mapConfigOptions // {
buffer = helpers.defaultNullOpts.mkBool false ''