Skip to content

Commit

Permalink
better ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Nov 4, 2024
1 parent 8c4ecd9 commit 53565d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lua/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ return {
buffer_previewer_maker = new_maker,
vimgrep_arguments = vimgrep_arguments,
file_ignore_patterns = {
'node_modules',
'node%_modules',
'%_cache',
'.git/',
'site_libs',
'.venv',
'_files/libs/',
'.obsidian',
'.quarto',
'._freeze',
'%.git/',
'site%_libs',
'%.venv/',
'%_files/libs/',
'%.obsidian/',
'%.quarto/',
'%_freeze/',
},
layout_strategy = 'flex',
sorting_strategy = 'ascending',
Expand Down

0 comments on commit 53565d5

Please sign in to comment.