refactor: rename

This commit is contained in:
nyngwang 2023-03-19 07:02:23 +08:00
parent 19ab948e25
commit fe0f6c389f
2 changed files with 2 additions and 2 deletions

View file

@ -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
},