修改搜索
This commit is contained in:
parent
55ec41df6c
commit
b29cc3a7d0
@ -24,11 +24,16 @@ return {
|
||||
local telescope = require("telescope")
|
||||
telescope.setup({
|
||||
defaults = {
|
||||
-- layout_strategy = "bottom_pane",
|
||||
-- layout_strategy = "bottom_pane",
|
||||
layout_strategy = "vertical",
|
||||
layout_config = {
|
||||
vertical = { width = 0.9999 },
|
||||
bottom_pane = { width = 0.99 },
|
||||
vertical = { width = 0.85 },
|
||||
bottom_pane = { width = 0.85 },
|
||||
},
|
||||
path_display = {
|
||||
truncate = 3,
|
||||
--smart = 3
|
||||
--shorten = { len = 3},
|
||||
},
|
||||
pickers = {
|
||||
theme = "dropdown",
|
||||
|
Loading…
Reference in New Issue
Block a user