Skip to content

Commit

Permalink
fix(coq_nvim): fix coq bindings (#798)
Browse files Browse the repository at this point in the history
* fix(coq_nvim): change clashing keybind <C-H>

* fix(coq_nvim): use Tab for consistency

---------

Co-authored-by: Tony Fischer (tku137) <[email protected]>
  • Loading branch information
tku137 and Tony Fischer (tku137) authored Mar 19, 2024
1 parent b6beeed commit 1cbd1cf
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions lua/astrocommunity/completion/coq_nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,16 @@ return {
{ "ms-jpq/coq.artifacts", branch = "artifacts" },
{
"AstroNvim/astrocore",
opts = { options = { g = { coq_settings = {
auto_start = "shut-up",
} } } },
opts = {
options = {
g = {
coq_settings = {
auto_start = "shut-up",
keymap = { jump_to_mark = "<Tab>" },
},
},
},
},
},
{
"AstroNvim/astrolsp",
Expand Down

0 comments on commit 1cbd1cf

Please sign in to comment.