local M = { "saghen/blink.cmp", version = '1.*', event = { "InsertEnter", "CmdlineEnter" }, opts = { completion = { menu = { border = "rounded", draw = { columns = { { "kind_icon" }, { "label", "label_description", gap = 1}, { "kind" }, { "source_id" }, }, }, }, documentation = { window = { border = "rounded" }, auto_show = true }, }, keymap = { preset = 'super-tab' }, appearance = { nerd_font_variant = 'mono' }, sources = { default = { 'lsp', 'path', 'buffer', } }, fuzzy = { implementation = "prefer_rust" } }, opts_extend = { "sources.default" } } return M