mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 02:59:00 +02:00
plugins/nvim-cmp: Correctly handle multi mode mappings (#537)
Fixes #536
This commit is contained in:
parent
02a0093468
commit
2e7137058d
2 changed files with 29 additions and 1 deletions
|
@ -505,7 +505,7 @@ in {
|
|||
&& ((length modes) >= 1)
|
||||
)
|
||||
("," + (helpers.toLuaObject modes));
|
||||
in "cmp.mapping(${mapping.action}${modesString})"
|
||||
in "cmp.mapping(${action.action}${modesString})"
|
||||
)
|
||||
)
|
||||
mapping);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue