1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-08-17 09:08:13 +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

@ -23,8 +23,8 @@ vim.o.confirm = true
-- User interface
-------------------------------------------------------
vim.o.winblend = 10 -- how much floating windows should blend with background.
vim.o.pumblend = 10 -- popup blend
vim.o.winblend = 0 -- how much floating windows should blend with background.
vim.o.pumblend = 0 -- popup blend
vim.o.pumheight = 15 -- popup height
-- Configure how new splits should be opened

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,