Remove old outdated config variables from blink.

This commit is contained in:
Martin Larsson 2025-01-19 23:26:58 +00:00
parent 86af5f25c9
commit cc24488f29

View file

@ -6,11 +6,6 @@ return {
---@type blink.cmp.Config
opts = {
keymap = { preset = "super-tab" },
-- highlight = {
-- use_nvim_cmp_as_default = true,
-- },
-- nerd_font_variant = "mono",
},
-- allows extending the enabled_providers array elsewhere in your config
-- without having to redefining it