From ef380561daf48fd307d1b833d7430d862a7d297f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Wi=C4=85cek?= Date: Tue, 4 Nov 2025 23:49:42 +0100 Subject: [PATCH] Update oil --- lua/plugins/oil.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/plugins/oil.lua b/lua/plugins/oil.lua index 8ea0689..94869f0 100644 --- a/lua/plugins/oil.lua +++ b/lua/plugins/oil.lua @@ -12,6 +12,12 @@ return { winblend = 0, }, }, + confirmation = { + border = "rounded", + win_options = { + winblend = 0, + }, + }, }, config = function(_, opts) local oil = require("oil")