Skip to content

Commit

Permalink
fix(telescope): remove filter on buf = 0. See #399
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 30, 2024
1 parent 6112c3c commit f776ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/trouble/sources/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ M.config = {
groups = {
{ "filename", format = "{file_icon} {filename} {count}" },
},
sort = { { buf = 0 }, "filename", "pos" },
sort = { "filename", "pos" },
format = "{text:ts} {pos}",
},
},
Expand Down

0 comments on commit f776ab0

Please sign in to comment.