Skip to content

Commit

Permalink
fix(nvim): telescope on nvim nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Aug 31, 2023
1 parent 49ca665 commit 808cf27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/neovim/config/lua/user/telescope.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
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",
prompt_prefix = "",
Expand Down

0 comments on commit 808cf27

Please sign in to comment.