master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 5f357b0db5 - Show all commits

View File

@@ -61,6 +61,7 @@ return require('packer').startup(function()
}) })
use({ use({
'lukas-reineke/indent-blankline.nvim', 'lukas-reineke/indent-blankline.nvim',
after = 'nvim-treesitter',
config = get_setup('indent_blankline'), config = get_setup('indent_blankline'),
}) })
use({ 'nvim-lua/plenary.nvim' }) use({ 'nvim-lua/plenary.nvim' })