You've already forked dotfiles
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:
@@ -102,6 +102,8 @@ return {
|
||||
file_ignore_patterns = {
|
||||
'.git/',
|
||||
'.node_modules/',
|
||||
'.webp',
|
||||
'.png',
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user