no lazyloading of treesitter
This commit is contained in:
parent
1f60a85098
commit
7b776c7e9f
@ -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' })
|
||||
|
Loading…
x
Reference in New Issue
Block a user