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',
|
||||
'gitsigns',
|
||||
'kommentary',
|
||||
'treesitter'
|
||||
'telescope'
|
||||
'treesitter',
|
||||
'telescope',
|
||||
'terminal',
|
||||
'nvim-tree'
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue