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
-- All the info you're looking for is in `:help telescope.setup()`
--
-- defaults = {
-- mappings = {
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
-- },
-- },
defaults = {
scroll_strategy = 'limit',
-- mappings = {
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
-- },
},
-- pickers = {}
extensions = {
['ui-select'] = {