Remove broken binding from nvim
This commit is contained in:
parent
30b1cc805b
commit
659c3b2fd8
|
@ -137,13 +137,6 @@ pkgs: {
|
||||||
command = "coc#pum#visible() ? coc#pum#prev(1) : \"\\<C-h>\"";
|
command = "coc#pum#visible() ? coc#pum#prev(1) : \"\\<C-h>\"";
|
||||||
expr = true;
|
expr = true;
|
||||||
}
|
}
|
||||||
# {
|
|
||||||
# mode = "i";
|
|
||||||
# binding = "<CR>";
|
|
||||||
# command = "coc#pum#visible() ? coc#pum#confirm() : \"\\<C-g>u\\<CR>\\<c-r>=coc#on_enter()\\<CR>\"";
|
|
||||||
# silent = true;
|
|
||||||
# expr = true;
|
|
||||||
# }
|
|
||||||
{
|
{
|
||||||
mode = "n";
|
mode = "n";
|
||||||
binding = "<C-Space>";
|
binding = "<C-Space>";
|
||||||
|
|
Loading…
Reference in a new issue