nvim/lua/plugins/blink-cmp.lua
2025-07-29 23:25:16 +02:00

10 lines
208 B
Lua

return {
"saghen/blink.cmp",
dependencies = "rafamadriz/friendly-snippets",
event = "InsertEnter",
opts = {
keymap = { preset = "enter" },
completion = { documentation = { auto_show = true } },
},
}