mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(blink): remove winblend since it interfers with icon widths
This commit is contained in:
parent
069fe153ee
commit
3571320035
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ return {
|
||||||
nerd_font_variant = "mono",
|
nerd_font_variant = "mono",
|
||||||
completion = {
|
completion = {
|
||||||
menu = {
|
menu = {
|
||||||
winblend = vim.o.pumblend,
|
|
||||||
draw = {
|
draw = {
|
||||||
override_kind_by_source_name = {},
|
override_kind_by_source_name = {},
|
||||||
treesitter = true,
|
treesitter = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue