first commit

This commit is contained in:
captain 2024-10-07 15:29:32 +08:00
commit 6955e90e07
61 changed files with 3641 additions and 0 deletions

View file

@ -0,0 +1,21 @@
return {
'echasnovski/mini.files',
config = function()
require('mini.files').setup{
mappings = {
close = 'q',
go_in = 'I',
go_in_plus = 'i',
go_out = 'N',
go_out_plus = 'n',
reset = '<BS>',
reveal_cwd = '@',
show_help = 'g?',
synchronize = '=',
trim_left = '<',
trim_right = '>',
}
}
end
}