master #1

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

View File

@@ -109,7 +109,9 @@ return require('packer').startup(function()
'ahmedkhalf/project.nvim', 'ahmedkhalf/project.nvim',
config = get_setup('project'), config = get_setup('project'),
}) })
use({ 'p00f/nvim-ts-rainbow', requires = 'nvim-treesitter/nvim-treesitter', after = 'nvim-treesitter' }) use({ 'p00f/nvim-ts-rainbow',
requires = 'nvim-treesitter/nvim-treesitter',
after = 'nvim-treesitter' })
use({ use({
'windwp/nvim-autopairs', 'windwp/nvim-autopairs',
config = get_setup('nvim-autopairs'), config = get_setup('nvim-autopairs'),