mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
modules/keymaps: deprecate lua
option
This commit is contained in:
parent
beb86eec7c
commit
8212bf1cd2
2 changed files with 37 additions and 4 deletions
|
@ -106,8 +106,12 @@ rec {
|
|||
description = ''
|
||||
If true, `action` is considered to be lua code.
|
||||
Thus, it will not be wrapped in `""`.
|
||||
|
||||
This option is deprecated and will be removed in 24.11.
|
||||
You should use a "raw" action instead, e.g. `action.__raw = ""`.
|
||||
'';
|
||||
default = defaults.lua or false;
|
||||
visible = false;
|
||||
};
|
||||
|
||||
options = mapConfigOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue