Auto commit: 2024-11-09 20:10:02
This commit is contained in:
parent
a09558c336
commit
a9db76fabb
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
local filter_hide = function(fs_entry)
|
||||||
|
return not vim.startswith(fs_entry.name, ".")
|
||||||
|
end
|
||||||
return {
|
return {
|
||||||
"echasnovski/mini.files",
|
"echasnovski/mini.files",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
|
@ -25,6 +28,9 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
content = {
|
||||||
|
filter = filter_hide,
|
||||||
|
},
|
||||||
mappings = {
|
mappings = {
|
||||||
go_in_plus = "<CR>",
|
go_in_plus = "<CR>",
|
||||||
synchronize = ":w",
|
synchronize = ":w",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue