From 637fed3f6b89fbd56b2644759c1b23750f1fba1d Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Tue, 17 Sep 2024 16:39:21 +0200 Subject: [PATCH] show hidden files in oil (filebrowser) --- lua/plugins/oil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/oil.lua b/lua/plugins/oil.lua index fc55dd9..884e296 100644 --- a/lua/plugins/oil.lua +++ b/lua/plugins/oil.lua @@ -83,7 +83,7 @@ require('oil').setup({ use_default_keymaps = true, view_options = { -- Show files and directories that start with "." - show_hidden = false, + show_hidden = true, -- This function defines what is considered a "hidden" file is_hidden_file = function(name, _) if vim.startswith(name, ".") then