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 = {
|
||||
keymap = { preset = "super-tab" },
|
||||
|
||||
highlight = {
|
||||
use_nvim_cmp_as_default = true,
|
||||
},
|
||||
nerd_font_variant = "mono",
|
||||
-- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue