Skip to content

Commit

Permalink
feat(nvim): telescope dropdown theme
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Aug 31, 2023
1 parent 3344ac0 commit 49ca665
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/neovim/config/lua/user/telescope.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
local telescope = require("telescope")

telescope.setup({
defaults = {
defaults = require("telescope.themes").get_dropdown({
sorting_strategy = "ascending",
prompt_prefix = "",
selection_caret = "",
entry_prefix = " ",
Expand All @@ -17,7 +18,7 @@ telescope.setup({
"--hidden",
"--glob=!.git",
},
},
}),
})

telescope.load_extension("gh")
Expand Down

0 comments on commit 49ca665

Please sign in to comment.