refactor: extract blink.cmp preset to custom plugin

This commit is contained in:
Brian Henderson 2026-04-14 21:14:52 +02:00
parent 955adc9f64
commit 47f7a55f7b
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View File

@ -798,7 +798,7 @@ require('lazy').setup({
-- <c-k>: Toggle signature help
--
-- See :h blink-cmp-config-keymap for defining your own keymap
preset = 'super-tab',
preset = 'default',
-- For more advanced Luasnip keymaps (e.g. selecting choice nodes, expansion) see:
-- https://github.com/L3MON4D3/LuaSnip?tab=readme-ov-file#keymaps

View File

@ -0,0 +1,6 @@
return {
'saghen/blink.cmp',
opts = {
keymap = { preset = 'super-tab' },
},
}