mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 21:00:04 +00:00
fixed addon path
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user