mirror of
https://github.com/akr2002/nv.git
synced 2025-02-05 02:24:43 +00:00
add insert mode for completion
This commit is contained in:
parent
67766cd5f4
commit
e0e9d9a4e6
1 changed files with 2 additions and 3 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
mapping = {
|
||||
"<Tab>" = {
|
||||
modes = ["v" "s"];
|
||||
modes = ["i" "v" "s"];
|
||||
action = ''
|
||||
function(fallback)
|
||||
if cmp.visible() then
|
||||
|
@ -62,7 +62,7 @@
|
|||
'';
|
||||
};
|
||||
"<S-Tab>" = {
|
||||
modes = ["v" "s"];
|
||||
modes = ["i" "v" "s"];
|
||||
action = ''
|
||||
function(fallback)
|
||||
if cmp.visible() then
|
||||
|
@ -164,4 +164,3 @@
|
|||
}),
|
||||
}) '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue