Skip to content

Commit

Permalink
fix(nvim): back to default telescope prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 18, 2023
1 parent 18b75a5 commit 2681be4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/neovim/config/lua/user/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ local telescope = require("telescope")
telescope.setup({
-- XXX: using dropdown and ascending to avoid
-- https://github.com/nvim-telescope/telescope.nvim/issues/2667
defaults = require("telescope.themes").get_dropdown({
sorting_strategy = "ascending",
defaults = {
prompt_prefix = "",
selection_caret = "",
entry_prefix = " ",
Expand All @@ -20,7 +19,7 @@ telescope.setup({
"--hidden",
"--glob=!.git",
},
}),
},
})

telescope.load_extension("gh")
Expand Down

0 comments on commit 2681be4

Please sign in to comment.