master - refix disable tab when using copilot

This commit is contained in:
huyjaky
2025-07-27 23:58:09 +07:00
parent 827a408378
commit f0c5a8f756
9 changed files with 147 additions and 140 deletions

View File

@@ -19,13 +19,11 @@ return {
-- 'thumbs.db',
},
never_show = {},
never_show_by_pattern = { -- uses glob style patterns
'*.zip',
'*.rar',
'*.pdf',
"*.zip",
"*.rar",
"*.pdf",
},
},
},
enable_git_status = false,