fix Stylua

This commit is contained in:
nyngwang 2023-03-19 07:12:18 +08:00
parent c1ed4fad14
commit c07cf810eb

View file

@ -59,9 +59,9 @@ local default_config = {
return vim.startswith(name, ".") return vim.startswith(name, ".")
end, end,
-- This function defines what will never be shown, even when `show_hidden` is set -- 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 return false
end end,
}, },
-- Configuration for the floating window in oil.open_float -- Configuration for the floating window in oil.open_float
float = { float = {