Add settings
This commit is contained in:
parent
f833b51589
commit
76cec90cf7
|
@ -15,6 +15,10 @@ return {
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
filesystem = {
|
filesystem = {
|
||||||
|
follow_current_file = {
|
||||||
|
enable = true,
|
||||||
|
leave_dirs_open = false,
|
||||||
|
},
|
||||||
window = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
['\\'] = 'close_window',
|
['\\'] = 'close_window',
|
||||||
|
|
Loading…
Reference in New Issue