fix: change default winblend for floating window to 0 (#167)
This commit is contained in:
parent
c12a12c34d
commit
7033d52db0
3 changed files with 3 additions and 3 deletions
|
|
@ -203,7 +203,7 @@ require("oil").setup({
|
|||
max_height = 0,
|
||||
border = "rounded",
|
||||
win_options = {
|
||||
winblend = 10,
|
||||
winblend = 0,
|
||||
},
|
||||
-- This is the config that will be passed to nvim_open_win.
|
||||
-- Change values here to customize the layout
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ OPTIONS *oil-option
|
|||
max_height = 0,
|
||||
border = "rounded",
|
||||
win_options = {
|
||||
winblend = 10,
|
||||
winblend = 0,
|
||||
},
|
||||
-- This is the config that will be passed to nvim_open_win.
|
||||
-- Change values here to customize the layout
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ local default_config = {
|
|||
max_height = 0,
|
||||
border = "rounded",
|
||||
win_options = {
|
||||
winblend = 10,
|
||||
winblend = 0,
|
||||
},
|
||||
-- This is the config that will be passed to nvim_open_win.
|
||||
-- Change values here to customize the layout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue