This commit is contained in:
Christian Nieves
2024-11-25 19:27:56 +00:00
parent 33e88f60ba
commit b296094f42
2 changed files with 5 additions and 130 deletions

View File

@ -1,8 +1,9 @@
return {
require("bigfile").setup {
filesize = 2, -- size of the file in MiB, the plugin round file sizes to the closest MiB
"LunarVim/bigfile.nvim",
opts = {
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
features = { -- features to disable
"indent_blankline",
"illuminate",
"lsp",