This commit is contained in:
Chris
2025-12-08 16:33:11 +00:00
parent 1f5a3d19f2
commit f79e89d335
5 changed files with 301 additions and 52 deletions

View File

@@ -2,7 +2,7 @@
-- https://github.com/windwp/nvim-autopairs
return {
"windwp/nvim-autopairs",
event = "InsertEnter",
opts = {},
'windwp/nvim-autopairs',
event = 'InsertEnter',
opts = {},
}

View File

@@ -33,6 +33,7 @@ return {
--
-- See :h blink-cmp-config-keymap for defining your own keymap
preset = 'enter',
['<C-K>'] = false,
-- For more advanced Luasnip keymaps (e.g. selecting choice nodes, expansion) see:
-- https://github.com/L3MON4D3/LuaSnip?tab=readme-ov-file#keymaps