Add Telescope configuration, update python versions and pin gitsigns version
This commit is contained in:
parent
4103f73de3
commit
699bb8d85c
4 changed files with 23 additions and 1 deletions
10
templates/nvim/lua/telescope.lua.j2
Normal file
10
templates/nvim/lua/telescope.lua.j2
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
local telescope = require('telescope');
|
||||
|
||||
telescope.setup({
|
||||
defaults = {
|
||||
layout_strategy = 'vertical',
|
||||
layout_config = {
|
||||
vertical = { width = 0.5, height = 0.7 }
|
||||
},
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue