aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua
index 35fb21f..8ebbca3 100644
--- a/lua/pml68/plugins.lua
+++ b/lua/pml68/plugins.lua
@@ -53,6 +53,10 @@ local plugins = {
},
view_options = {
show_hidden = true,
+ natural_order = true,
+ is_always_hidden = function (name, _)
+ return name == '.git'
+ end
},
float = {
padding = 2,
@@ -63,6 +67,8 @@ local plugins = {
winblend = 0,
},
},
+ skip_confirm_for_simple_edits = true,
+ default_file_explorer = true,
})
end
},