chore(nvim): reformat

main
sudo pacman -Syu 2023-06-29 10:28:18 +07:00
parent 0a39068f4e
commit 223ac6b028
1 changed files with 6 additions and 1 deletions

View File

@ -147,7 +147,12 @@ require("lazy").setup({
},
},
filters = {
custom = { "^\\.git$", "^\\.DS_Store", "\\.out", "\\.class" },
custom = {
"^\\.git$",
"^\\.DS_Store",
"\\.out",
"\\.class",
},
},
})
end,