1
0

Add neogit plugin

This commit is contained in:
Patrick Auernig 2023-05-25 00:56:38 +02:00
parent 154be3e35e
commit cf5425bec3

View File

@ -187,6 +187,13 @@ local function spec(use)
} }
} }
use {
"TimUntersberger/neogit",
requires = {
{ "nvim-lua/plenary.nvim" },
}
}
---- Navigation ---- Navigation