mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 15:47:00 +00:00
chore(nvim): don't show .null-ls_*
This commit is contained in:
@@ -57,6 +57,9 @@ return {
|
||||
'.DS_Store',
|
||||
'thumbs.db'
|
||||
},
|
||||
never_show_by_pattern = { -- uses glob style patterns
|
||||
".null-ls_*",
|
||||
},
|
||||
}
|
||||
|
||||
return opts
|
||||
|
||||
Reference in New Issue
Block a user