mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-23 12:14:09 -05:00
Compare commits
2 commits
0013dfea9a
...
2ee636b7f1
Author | SHA1 | Date | |
---|---|---|---|
|
2ee636b7f1 | ||
|
d865a80795 |
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit ea3a37a9758d873feec3feac37a358e4225a5871
|
||||
Subproject commit 425b58968340bd5b4621c2a0d626c73556516d3d
|
|
@ -1 +1 @@
|
|||
Subproject commit d1b380ae952c05b0a57626cc4b1529a07babbec9
|
||||
Subproject commit 476d3fdcd793fd28ec0247036a6b540cdb6d6e64
|
|
@ -43,7 +43,7 @@ if (vim.g.enablecompletion == 1) then
|
|||
end
|
||||
end, { "i", "s" }),
|
||||
|
||||
["<Del>"] = cmp.mapping.abort(),
|
||||
["<C-Del>"] = cmp.mapping.abort(),
|
||||
["<CR>"] = cmp.mapping.confirm({ select = false }),
|
||||
}),
|
||||
|
||||
|
|
Loading…
Reference in a new issue