1
0
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:
2026-04-11 09:41:58 +02:00
parent ec1c20f003
commit 0b3f41af3a

View File

@@ -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() },
}) })
) )