Add Telescope configuration, update python versions and pin gitsigns version

This commit is contained in:
Sonny Bakker 2024-07-22 09:51:33 +02:00
parent 4103f73de3
commit 699bb8d85c
4 changed files with 23 additions and 1 deletions

View file

@ -0,0 +1,10 @@
local telescope = require('telescope');
telescope.setup({
defaults = {
layout_strategy = 'vertical',
layout_config = {
vertical = { width = 0.5, height = 0.7 }
},
},
})