mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Fixed missing comma in plugins.lua
This commit is contained in:
@@ -96,7 +96,11 @@ use {
|
|||||||
|
|
||||||
use {
|
use {
|
||||||
"TimUntersberger/neogit",
|
"TimUntersberger/neogit",
|
||||||
requires = {"nvim-lua/plenary.nvim"},
|
requires = {
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
"nvim-telescope/telescope.nvim", -- optional
|
||||||
|
"sindrets/diffview.nvim", -- optional
|
||||||
|
},
|
||||||
cmd = "Neogit",
|
cmd = "Neogit",
|
||||||
config = get_config("neogit")
|
config = get_config("neogit")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user