mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 05:20:38 +00:00
use ascending sorting : telescope (#346)
This commit is contained in:
parent
ac83f1d580
commit
6fbb503a16
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ telescope.setup {
|
|||
entry_prefix = " ",
|
||||
initial_mode = "insert",
|
||||
selection_strategy = "reset",
|
||||
sorting_strategy = "descending",
|
||||
sorting_strategy = "ascending",
|
||||
layout_strategy = "horizontal",
|
||||
layout_config = {
|
||||
horizontal = {
|
||||
|
|
Loading…
Reference in a new issue