mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
options: add defaultNullOpts.mkRaw
This commit is contained in:
parent
f11a877bcc
commit
ccae4350d0
2 changed files with 14 additions and 1 deletions
|
@ -140,7 +140,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
Keys to use to dismiss the popup.
|
||||
'';
|
||||
|
||||
override_function = defaultNullOpts.mkNullable types.rawLua { __raw = "function(_) end"; } ''
|
||||
override_function = defaultNullOpts.mkRaw "function(_) end" ''
|
||||
Override function to map keys to actions.
|
||||
|
||||
```lua
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue