Skip to content

Commit

Permalink
config(nvim): blink use keymap preset default
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Nov 4, 2024
1 parent edc993b commit d245fab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,8 @@ require("lazy").setup({
version = "v0.*",
opts = {
keymap = {
["<C-space>"] = { "show", "show_documentation", "hide_documentation" },
preset = "default",
["<CR>"] = { "select_and_accept", "fallback" },
["<Up>"] = { "select_prev", "fallback" },
["<Down>"] = { "select_next", "fallback" },
},
trigger = {
completion = {
Expand Down

0 comments on commit d245fab

Please sign in to comment.