Remove old outdated config variables from blink.
This commit is contained in:
parent
86af5f25c9
commit
cc24488f29
1 changed files with 0 additions and 5 deletions
|
|
@ -6,11 +6,6 @@ return {
|
||||||
---@type blink.cmp.Config
|
---@type blink.cmp.Config
|
||||||
opts = {
|
opts = {
|
||||||
keymap = { preset = "super-tab" },
|
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
|
-- allows extending the enabled_providers array elsewhere in your config
|
||||||
-- without having to redefining it
|
-- without having to redefining it
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue