don't wrap scrolling in telescope results
This commit is contained in:
parent
ce3a79d3e1
commit
8442328df3
11
init.lua
11
init.lua
|
@ -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'] = {
|
||||||
|
|
Loading…
Reference in a new issue