master #1

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

View File

@@ -38,7 +38,6 @@ return require('packer').startup(function()
use({
'nvim-treesitter/nvim-treesitter',
run = ':TSUpdate',
event = 'BufRead',
config = get_setup('treesitter'),
})
use({
@@ -61,7 +60,9 @@ return require('packer').startup(function()
})
use({
'lukas-reineke/indent-blankline.nvim',
after = 'nvim-treesitter',
requires = {
'nvim-treesitter/nvim-treesitter',
},
config = get_setup('indent_blankline'),
})
use({ 'nvim-lua/plenary.nvim' })