fix
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
require("bigfile").setup {
|
return {
|
||||||
|
require("bigfile").setup {
|
||||||
filesize = 2, -- size of the file in MiB, the plugin round file sizes to the closest MiB
|
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>
|
pattern = { "*" }, -- autocmd pattern or function see <### Overriding the detection of big files>
|
||||||
features = { -- features to disable
|
features = { -- features to disable
|
||||||
@ -11,4 +12,5 @@ require("bigfile").setup {
|
|||||||
"vimopts",
|
"vimopts",
|
||||||
"filetype",
|
"filetype",
|
||||||
},
|
},
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user