fix(config): fix missing commas (#12)
This commit is contained in:
parent
75a806996d
commit
bae37abd75
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ local plugins = {
|
||||||
'fugitive',
|
'fugitive',
|
||||||
'gitsigns',
|
'gitsigns',
|
||||||
'kommentary',
|
'kommentary',
|
||||||
'treesitter'
|
'treesitter',
|
||||||
'telescope'
|
'telescope',
|
||||||
'terminal',
|
'terminal',
|
||||||
'nvim-tree'
|
'nvim-tree'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue