From c7cda3d8f2fb09fc75d637cc50f150912914c756 Mon Sep 17 00:00:00 2001 From: Horange Date: Wed, 10 Jul 2024 17:07:02 +0800 Subject: [PATCH] stylua edited file --- lua/lazyvim/config/autocmds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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