This commit is contained in:
Christian Nieves
2024-11-25 19:19:16 +00:00
parent 6bdd165942
commit 22d681a3d2
6 changed files with 25 additions and 34 deletions

View File

@ -0,0 +1,14 @@
require("bigfile").setup {
filesize = 2, -- size of the file in MiB, the plugin round file sizes to the closest MiB
pattern = { "*" }, -- autocmd pattern or function see <### Overriding the detection of big files>
features = { -- features to disable
"indent_blankline",
"illuminate",
"lsp",
"treesitter",
"syntax",
"matchparen",
"vimopts",
"filetype",
},
}