19 lines
314 B
Lua
19 lines
314 B
Lua
return {
|
|
"nvim-mini/mini.files",
|
|
opts = {
|
|
mappings = {
|
|
close = "q",
|
|
go_in = "<Right>",
|
|
go_in_plus = "L",
|
|
go_out = "<Left>",
|
|
go_out_plus = "H",
|
|
reset = "<BS>",
|
|
reveal_cwd = "@",
|
|
show_help = "g?",
|
|
},
|
|
windows = {
|
|
width_preview = 80,
|
|
},
|
|
},
|
|
}
|