astro-nvim-v3 - archivev8

This commit is contained in:
huyjaky
2024-08-15 10:21:48 +07:00
parent ff0d28d168
commit 01642018e6
6 changed files with 97 additions and 65 deletions

View File

@@ -12,11 +12,19 @@ return {
hide_dotfiles = true,
hide_gitignored = true,
hide_by_name = {
-- '.git',
-- '.zip',
-- '.rar',
-- '.pdf',
-- '.DS_Store',
-- 'thumbs.db',
},
never_show = {},
never_show_by_pattern = { -- uses glob style patterns
'*.zip',
'*.rar',
'*.pdf',
},
},
},
enable_git_status = false,