feat!(blink): Default bindings
BREAKING CHANGE: use ^y instead of <Tab> to complete
This commit is contained in:
@@ -37,6 +37,7 @@ require('lazy').setup({
|
||||
|
||||
-- DAP: Debug Adapter Protocol
|
||||
'mfussenegger/nvim-dap',
|
||||
|
||||
{
|
||||
-- [[ Autocompletion ]]
|
||||
'saghen/blink.cmp',
|
||||
@@ -68,7 +69,7 @@ require('lazy').setup({
|
||||
-- C-k: Toggle signature help (if signature.enabled = true)
|
||||
--
|
||||
-- See :h blink-cmp-config-keymap for defining your own keymap
|
||||
keymap = { preset = 'super-tab' },
|
||||
keymap = { preset = 'default' },
|
||||
|
||||
appearance = {
|
||||
-- 'mono' (default) for 'Nerd Font Mono' or 'normal' for 'Nerd Font'
|
||||
|
Reference in New Issue
Block a user