Skip to content

Commit

Permalink
fix: keymaps not replacing keycodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen authored and lopi-py committed Oct 10, 2024
1 parent 2e2d4da commit 151c2f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/blink/cmp/keymap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function keymap.setup(opts)
expr = true,
silent = true,
noremap = true,
replace_keycodes = true,
})
end
for key, _ in pairs(snippet_keys_to_commands) do
Expand All @@ -72,6 +73,7 @@ function keymap.setup(opts)
expr = true,
silent = true,
noremap = true,
replace_keycodes = true,
})
end
end
Expand Down

0 comments on commit 151c2f8

Please sign in to comment.