fix telescope
This commit is contained in:
parent
22a9445c72
commit
0ad482bc20
5
init.lua
5
init.lua
|
|
@ -325,6 +325,11 @@ require('lazy').setup({
|
||||||
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
|
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
|
||||||
-- },
|
-- },
|
||||||
-- },
|
-- },
|
||||||
|
defaults = {
|
||||||
|
path_display = {
|
||||||
|
shorten = 2,
|
||||||
|
},
|
||||||
|
},
|
||||||
-- pickers = {}
|
-- pickers = {}
|
||||||
extensions = {
|
extensions = {
|
||||||
['ui-select'] = {
|
['ui-select'] = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue