diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/telescope/builtin.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/builtin.lua b/lua/telescope/builtin.lua index 606914b..f1f8739 100644 --- a/lua/telescope/builtin.lua +++ b/lua/telescope/builtin.lua @@ -125,6 +125,7 @@ builtin.live_grep = function(opts) prompt = 'Live Grep', finder = live_grepper, previewer = previewers.vimgrep.new(opts), + sorter = sorters.get_generic_fuzzy_sorter(), }):find() end |
