fix Stylua
This commit is contained in:
parent
c1ed4fad14
commit
c07cf810eb
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue