1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-08-19 01:58:12 +02:00

nvim: remove transparency

This commit is contained in:
Henrik Hautakoski 2026-07-03 17:33:44 +02:00
parent c8625cec76
commit 221579b47d
3 changed files with 3 additions and 7 deletions

View file

@ -26,7 +26,6 @@ return {
},
menu = {
min_width = 18,
winblend = 10,
draw = {
gap = 2,
columns = {
@ -47,9 +46,6 @@ return {
},
documentation = {
auto_show = true,
window = {
winblend = 10
}
},
ghost_text = {
enabled = false,
@ -62,7 +58,6 @@ return {
enabled = true,
window = {
scrollbar = false,
winblend = 10,
}
}
}

View file

@ -21,6 +21,7 @@ return {
'nvim-tree/nvim-web-devicons',
lazy = true,
opts = {
blend = 0,
override = {
php = {
icon = icons.filetypes.php,