Remove deprecated or changed config variables from blink
This commit is contained in:
parent
ab0eabae78
commit
ca811aa81c
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue