mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
fix(blink): updated to config to reflect breaking changes
This commit is contained in:
parent
76fbed6de5
commit
efcba66a22
2 changed files with 6 additions and 3 deletions
|
@ -42,12 +42,13 @@ return {
|
|||
-- set to 'mono' for 'Nerd Font Mono' or 'normal' for 'Nerd Font'
|
||||
-- adjusts spacing to ensure icons are aligned
|
||||
nerd_font_variant = "mono",
|
||||
windows = {
|
||||
autocomplete = {
|
||||
completion = {
|
||||
menu = {
|
||||
winblend = vim.o.pumblend,
|
||||
},
|
||||
documentation = {
|
||||
auto_show = true,
|
||||
auto_show_delay_ms = 200,
|
||||
},
|
||||
ghost_text = {
|
||||
enabled = vim.g.ai_cmp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue