development/templates/nvim/lua/telescope.lua.j2

12 lines
218 B
Django/Jinja

-- {{ ansible_managed }}
local telescope = require('telescope');
telescope.setup({
defaults = {
layout_strategy = 'vertical',
layout_config = {
vertical = { width = 0.5, height = 0.7 }
},
},
})