mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
stylua edited file
This commit is contained in:
parent
d902707507
commit
c7cda3d8f2
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ vim.filetype.add({
|
||||||
pattern = {
|
pattern = {
|
||||||
[".*"] = {
|
[".*"] = {
|
||||||
function(path, buf)
|
function(path, buf)
|
||||||
local bfs = vim.g.bigfile_size
|
local bfs = vim.g.bigfile_size
|
||||||
return vim.bo[buf]
|
return vim.bo[buf]
|
||||||
and vim.bo[buf].filetype ~= "bigfile"
|
and vim.bo[buf].filetype ~= "bigfile"
|
||||||
and path
|
and path
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue