mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-04-15 19:54:48 +02:00
Nvim: Fixed bug with wilder/mason
This commit is contained in:
@@ -63,7 +63,7 @@ return {
|
|||||||
"renderer",
|
"renderer",
|
||||||
wilder.popupmenu_renderer({
|
wilder.popupmenu_renderer({
|
||||||
highlighter = highlighters,
|
highlighter = highlighters,
|
||||||
left = { " ", wilder.popupmenu_devicons() },
|
-- left = { " ", wilder.popupmenu_devicons() }, -- has problems with mason
|
||||||
right = { " ", wilder.popupmenu_scrollbar() },
|
right = { " ", wilder.popupmenu_scrollbar() },
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user