chore(nvim): don't show .null-ls_*

This commit is contained in:
2023-08-13 17:26:01 +03:00
parent daff9f957a
commit c17798fc01

View File

@@ -57,6 +57,9 @@ return {
'.DS_Store', '.DS_Store',
'thumbs.db' 'thumbs.db'
}, },
never_show_by_pattern = { -- uses glob style patterns
".null-ls_*",
},
} }
return opts return opts