Skip to content

Commit

Permalink
fix(nvim): only ignore codegen dart files in telescope
Browse files Browse the repository at this point in the history
  • Loading branch information
water-sucks committed Nov 16, 2024
1 parent df07d31 commit eb662df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/profiles/base/nvim/lua/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ telescope_spec.config = function()
telescope.setup({
defaults = {
file_ignore_patterns = {
".git/",
"node_modules",
"^.direnv/",
"^.git/",
"%.g.dart",
"%.freezed.dart",
},
Expand Down

0 comments on commit eb662df

Please sign in to comment.