mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
fix cmp abort keymap
This commit is contained in:
parent
18c502006f
commit
f3f7082597
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ in {
|
|||
end
|
||||
'')
|
||||
(mkSetLuaBinding mappings.close ''
|
||||
require('cmp').mapping.abort
|
||||
require('cmp').mapping.abort()
|
||||
'')
|
||||
(mkSetLuaBinding mappings.scrollDocsUp ''
|
||||
function()
|
||||
|
|
Loading…
Reference in a new issue