add nvim configs
This commit is contained in:
21
.config/nvim/lua/plug_init/telescope_init.lua
Normal file
21
.config/nvim/lua/plug_init/telescope_init.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
require('telescope').setup({
|
||||
defaults = {
|
||||
sorting_strategy = 'descending',
|
||||
scroll_strategy = 'limit',
|
||||
scroll_speed = 7,
|
||||
layout_strategy = 'vertical',
|
||||
layout_config = {
|
||||
prompt_position = 'top',
|
||||
preview_cutoff = 0,
|
||||
horizontal = {
|
||||
height = 0.9,
|
||||
},
|
||||
vertical = {
|
||||
prompt_position = 'top',
|
||||
height = 0.9,
|
||||
width = 0.8,
|
||||
mirror = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user