stylua edited file

This commit is contained in:
Horange 2024-07-10 17:07:02 +08:00
parent d902707507
commit c7cda3d8f2

View file

@ -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