From 85e7d49e405781c1644e84010e8b7ef6c7a4851f Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 14 Jun 2024 21:22:50 +0200 Subject: feat(Oil): add some config options --- lua/pml68/plugins.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lua') 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 }, -- cgit v1.2.3