From a942b8c562ebdb47efd7bd29d30f75d78cd7ae2e Mon Sep 17 00:00:00 2001 From: Patrick Pagni Date: Fri, 5 Jun 2026 15:43:20 +0100 Subject: [PATCH] do some stuff Prior to this change, This change --- lua/custom/plugins/oil.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/custom/plugins/oil.lua b/lua/custom/plugins/oil.lua index 2a751fd6..c9491093 100644 --- a/lua/custom/plugins/oil.lua +++ b/lua/custom/plugins/oil.lua @@ -4,6 +4,11 @@ return { config = function() require('mini.icons').setup() require('oil').setup { + float = { + border = 'rounded', + title = ' Oil ', + title_pos = 'center', + }, view_options = { show_hidden = false, is_hidden_file = function(name, bufnr)