blob: 92e42b4c0387f086e06edeb2601a7637fa257d5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require('mini.files').setup({
mappings = {
close = '<C-c>',
go_in = '<Right>',
go_in_plus = '<S-Right>',
go_out = '<Left>',
go_out_plus = '<S-Left>',
},
})
require('mini.trailspace').setup()
|