mirror of
https://github.com/pnx/dotfiles
synced 2026-08-17 09:08:13 +02:00
nvim: remove transparency
This commit is contained in:
parent
c8625cec76
commit
221579b47d
3 changed files with 3 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ return {
|
|||
'nvim-tree/nvim-web-devicons',
|
||||
lazy = true,
|
||||
opts = {
|
||||
blend = 0,
|
||||
override = {
|
||||
php = {
|
||||
icon = icons.filetypes.php,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue