1
0
Fork 0
mirror of https://github.com/CompeyDev/my-nvim-setup.git synced 2025-04-10 01:30:53 +01:00

use ascending sorting : telescope ()

This commit is contained in:
siduck76 2021-08-23 17:15:29 +05:30
parent ac83f1d580
commit 6fbb503a16

View file

@ -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 = {