diff --git a/lua/oil/config.lua b/lua/oil/config.lua index fdf4ccd..f25fdfb 100644 --- a/lua/oil/config.lua +++ b/lua/oil/config.lua @@ -59,9 +59,9 @@ local default_config = { return vim.startswith(name, ".") end, -- This function defines what will never be shown, even when `show_hidden` is set - is_always_hidden = function (name, bufnr) + is_always_hidden = function(name, bufnr) return false - end + end, }, -- Configuration for the floating window in oil.open_float float = {