diff --git a/README.md b/README.md index c590fd5..3c36d07 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/oil.txt b/doc/oil.txt index b04be3f..f06f8ff 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -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 diff --git a/lua/oil/config.lua b/lua/oil/config.lua index a7163d4..f66c2a9 100644 --- a/lua/oil/config.lua +++ b/lua/oil/config.lua @@ -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