don't wrap scrolling in telescope results

This commit is contained in:
Gered 2024-08-31 21:36:22 -04:00
parent ce3a79d3e1
commit 8442328df3

View file

@ -394,11 +394,12 @@ require('lazy').setup({
-- You can put your default mappings / updates / etc. in here -- You can put your default mappings / updates / etc. in here
-- All the info you're looking for is in `:help telescope.setup()` -- All the info you're looking for is in `:help telescope.setup()`
-- --
-- defaults = { defaults = {
-- mappings = { scroll_strategy = 'limit',
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' }, -- mappings = {
-- }, -- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
-- }, -- },
},
-- pickers = {} -- pickers = {}
extensions = { extensions = {
['ui-select'] = { ['ui-select'] = {