change name and email in git config, update stylix, change nvim suggestions bindings
This commit is contained in:
@@ -27,8 +27,8 @@ return {
|
||||
},
|
||||
},
|
||||
keymap = {
|
||||
["<CR>"] = { "fallback" }, -- Enter only inserts newline, doesn't accept
|
||||
["<Tab>"] = { "select_and_accept", "snippet_forward", "fallback" }, -- Tab accepts
|
||||
["<CR>"] = { "accept", "fallback" }, -- Enter accepts only when an item is selected; otherwise newline
|
||||
["<Esc>"] = { "cancel", "fallback" }, -- Esc closes completion and stays in insert mode when menu is visible
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user