chore(nvim): reformat
parent
0a39068f4e
commit
223ac6b028
|
@ -147,7 +147,12 @@ require("lazy").setup({
|
|||
},
|
||||
},
|
||||
filters = {
|
||||
custom = { "^\\.git$", "^\\.DS_Store", "\\.out", "\\.class" },
|
||||
custom = {
|
||||
"^\\.git$",
|
||||
"^\\.DS_Store",
|
||||
"\\.out",
|
||||
"\\.class",
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue