mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-07-05 03:24:29 +02:00
config telescope to short path
This commit is contained in:
parent
725f770d47
commit
9f8d2f1019
1 changed files with 10 additions and 0 deletions
10
init.lua
10
init.lua
|
@ -406,6 +406,16 @@ require('lazy').setup({
|
||||||
-- },
|
-- },
|
||||||
-- },
|
-- },
|
||||||
-- pickers = {}
|
-- pickers = {}
|
||||||
|
defaults = {
|
||||||
|
wrap_results = false,
|
||||||
|
initial_mode = 'insert',
|
||||||
|
path_display = {
|
||||||
|
shorten = {
|
||||||
|
len = 1,
|
||||||
|
exclude = { -1, -2 },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
extensions = {
|
extensions = {
|
||||||
['ui-select'] = {
|
['ui-select'] = {
|
||||||
require('telescope.themes').get_dropdown(),
|
require('telescope.themes').get_dropdown(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue