refactor: rename
This commit is contained in:
parent
19ab948e25
commit
fe0f6c389f
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ local default_config = {
|
|||
return vim.startswith(name, ".")
|
||||
end,
|
||||
-- This function defines what will never be shown, even when `show_hidden` is set
|
||||
is_excluded = function (name, bufnr)
|
||||
is_always_hidden = function (name, bufnr)
|
||||
return false
|
||||
end
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue