Remove deprecated or changed config variables from blink

This commit is contained in:
Martin Larsson 2025-01-02 10:13:10 +01:00
parent ab0eabae78
commit ca811aa81c

View file

@ -7,10 +7,10 @@ return {
opts = { opts = {
keymap = { preset = "super-tab" }, keymap = { preset = "super-tab" },
highlight = { -- highlight = {
use_nvim_cmp_as_default = true, -- use_nvim_cmp_as_default = true,
}, -- },
nerd_font_variant = "mono", -- nerd_font_variant = "mono",
}, },
-- allows extending the enabled_providers array elsewhere in your config -- allows extending the enabled_providers array elsewhere in your config
-- without having to redefining it -- without having to redefining it