fixed addon path

This commit is contained in:
Radu Macocian (admac)
2026-01-07 13:13:16 +01:00
parent cec3a9c81f
commit 4ccadac7fe
4 changed files with 26 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
require("oil").setup({
float = {
padding = 2,
max_width = 60,
max_width = 120,
max_height = 0,
border = "rounded",
win_options = {
@@ -13,4 +13,7 @@ require("oil").setup({
["q"] = "actions.close",
["<Esc>"] = "actions.close",
},
view_options = {
show_hidden = true
}
})