feat: complete snippets with C-s
This commit is contained in:
parent
f526cb94e1
commit
6b953fa964
1 changed files with 1 additions and 1 deletions
|
@ -61,6 +61,6 @@ vim.cmd([[
|
||||||
vim.g.coq_settings = {
|
vim.g.coq_settings = {
|
||||||
auto_start = "shut-up",
|
auto_start = "shut-up",
|
||||||
keymap = {
|
keymap = {
|
||||||
jump_to_mark = "" -- prevent <C-h> remapping
|
jump_to_mark = "<c-s>" -- prevent <C-h> remapping
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue