astro-nvim-v3 - archivev8
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user