Increase telescope size & position

This commit is contained in:
Sonny Bakker 2025-04-29 09:05:41 +02:00
parent 8ad75b7029
commit 8864a5d37e

View file

@ -18,7 +18,8 @@ telescope.setup({
defaults = {
layout_strategy = 'vertical',
layout_config = {
vertical = { width = 0.5, height = 0.7 }
prompt_position = 'top',
vertical = { width = 0.8, height = 0.9 }
},
},
})