fixes, new bindings for telescope with git

This commit is contained in:
Maciej Lebiest 2023-10-08 11:16:50 +02:00
parent 88f559539a
commit 291250092b
4 changed files with 54 additions and 9 deletions

View file

@ -114,7 +114,8 @@ require("lazy").setup({
{ 'stephpy/vim-yaml' }, -- for proper sls syntax highlighting when jinja
{
'lukas-reineke/indent-blankline.nvim',
opts = require('plugins.indent-blankline').config
main = "ibl",
init = require('plugins.indent-blankline').init
},
{ 'MunifTanjim/nui.nvim' },
{