feat: Adding an autocommand to disable features on large files (just

folding for now).

Disabled the autocommand for the telescope folding
workaround.

Re-enabling debugging shortcuts.

Adding webp and png to the telescope ignore patterns.

Cleaning up some commented out old packages.
This commit is contained in:
2024-10-12 13:28:15 -05:00
parent c90a5a2210
commit 310e3f39d3
4 changed files with 35 additions and 17 deletions

View File

@@ -102,6 +102,8 @@ return {
file_ignore_patterns = {
'.git/',
'.node_modules/',
'.webp',
'.png',
},
})
end,