fix cmp keymapping
This commit is contained in:
@@ -1397,6 +1397,13 @@ M.overrides = {
|
|||||||
desc = 'Surround',
|
desc = 'Surround',
|
||||||
mode = { 'n', 'x' },
|
mode = { 'n', 'x' },
|
||||||
},
|
},
|
||||||
|
{ -- Stop snippet when leaving insert mode
|
||||||
|
lhs = '<Esc>',
|
||||||
|
rhs = function()
|
||||||
|
vim.snippet.stop()
|
||||||
|
return '<Esc>'
|
||||||
|
end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
M.telescope = {
|
M.telescope = {
|
||||||
|
|||||||
Reference in New Issue
Block a user