Update all lazy dependencies and ignore golang test files
This commit is contained in:
@ -6,6 +6,11 @@ return {
|
||||
},
|
||||
opts = {
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
hide_by_pattern = {
|
||||
"*_test.go",
|
||||
},
|
||||
},
|
||||
group_empty_dirs = true,
|
||||
window = {
|
||||
mappings = {
|
||||
|
||||
Reference in New Issue
Block a user