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