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