diff --git a/lua/lazyvim/config/autocmds.lua b/lua/lazyvim/config/autocmds.lua index a72fa96a..1c61b970 100644 --- a/lua/lazyvim/config/autocmds.lua +++ b/lua/lazyvim/config/autocmds.lua @@ -119,7 +119,7 @@ vim.filetype.add({ pattern = { [".*"] = { function(path, buf) - local bfs = vim.g.bigfile_size + local bfs = vim.g.bigfile_size return vim.bo[buf] and vim.bo[buf].filetype ~= "bigfile" and path