fix(config): fix missing commas (#12)

This commit is contained in:
Rafael Derolez 2021-10-26 16:01:46 +02:00 committed by GitHub
parent 75a806996d
commit bae37abd75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@ local plugins = {
'fugitive',
'gitsigns',
'kommentary',
'treesitter'
'telescope'
'treesitter',
'telescope',
'terminal',
'nvim-tree'
},