mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-16 23:41:43 +02:00
modules/keymaps: allow action.__raw
This commit is contained in:
parent
7eefcfa5ee
commit
97eed79568
2 changed files with 6 additions and 1 deletions
|
@ -105,7 +105,7 @@ in rec {
|
|||
};
|
||||
|
||||
action = mkOption ({
|
||||
type = str;
|
||||
type = helpers.nixvimTypes.maybeRaw str;
|
||||
description = "The action to execute.";
|
||||
}
|
||||
// (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue