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
|
-- DAP: Debug Adapter Protocol
|
||||||
'mfussenegger/nvim-dap',
|
'mfussenegger/nvim-dap',
|
||||||
|
|
||||||
{
|
{
|
||||||
-- [[ Autocompletion ]]
|
-- [[ Autocompletion ]]
|
||||||
'saghen/blink.cmp',
|
'saghen/blink.cmp',
|
||||||
@@ -68,7 +69,7 @@ require('lazy').setup({
|
|||||||
-- C-k: Toggle signature help (if signature.enabled = true)
|
-- C-k: Toggle signature help (if signature.enabled = true)
|
||||||
--
|
--
|
||||||
-- See :h blink-cmp-config-keymap for defining your own keymap
|
-- See :h blink-cmp-config-keymap for defining your own keymap
|
||||||
keymap = { preset = 'super-tab' },
|
keymap = { preset = 'default' },
|
||||||
|
|
||||||
appearance = {
|
appearance = {
|
||||||
-- 'mono' (default) for 'Nerd Font Mono' or 'normal' for 'Nerd Font'
|
-- 'mono' (default) for 'Nerd Font Mono' or 'normal' for 'Nerd Font'
|
||||||
|
Reference in New Issue
Block a user