Fixed missing comma in plugins.lua

This commit is contained in:
2023-08-10 16:31:05 -04:00
parent 5ae3559d23
commit 06a236e8fa

View File

@@ -96,7 +96,11 @@ use {
use {
"TimUntersberger/neogit",
requires = {"nvim-lua/plenary.nvim"},
requires = {
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim", -- optional
"sindrets/diffview.nvim", -- optional
},
cmd = "Neogit",
config = get_config("neogit")
}