changed to oil.nvim

This commit is contained in:
Radu Macocian (admac)
2025-12-04 15:58:56 +01:00
parent 9e02033823
commit 7654b61e32
5 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
require("oil").setup({
float = {
padding = 2,
max_width = 60,
max_height = 0,
border = "rounded",
win_options = {
winblend = 15,
},
preview_split = "vertical"
}
})