mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-18 05:54:36 +00:00
chore(nvim): don't show .null-ls_*
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user