mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-25 21:24:59 +02:00
modules/commands: allow commands to be raw lua
This commit is contained in:
parent
3ec6dff17b
commit
1c9f2a23a6
2 changed files with 9 additions and 1 deletions
|
@ -9,7 +9,7 @@ let
|
|||
commandAttributes = types.submodule {
|
||||
options = {
|
||||
command = mkOption {
|
||||
type = types.str;
|
||||
type = with helpers.nixvimTypes; either str rawLua;
|
||||
description = "The command to run.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue