Skip to content

Commit

Permalink
config(nvim): update blink keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Oct 30, 2024
1 parent 3b61aff commit 2adb369
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,14 @@ require("lazy").setup({
version = "v0.*",
opts = {
keymap = {
select_and_accept = { "<CR>" },
["<C-space>"] = { "show", "show_documentation", "hide_documentation" },
["<CR>"] = { "select_and_accept", "fallback" },
["<Up>"] = { "select_prev", "fallback" },
["<Down>"] = { "select_next", "fallback" },
},
trigger = {
completion = {
show_on_accept_on_trigger_character = false,
show_on_insert_on_trigger_character = false,
},
},
Expand Down

0 comments on commit 2adb369

Please sign in to comment.