645 current 2024-05-20 11:44:20 24.05.20240520.f72f671 6.8.6-zen1 *
This commit is contained in:
parent
9b5a75dc09
commit
484c10f5b8
2 changed files with 5 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
"NeogitOrg/neogit",
|
||||
branch = "nightly",
|
||||
branch = "master",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim", -- required
|
||||
"sindrets/diffview.nvim", -- optional - Diff integration
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
return {
|
||||
"andweeb/presence.nvim",
|
||||
lazy = false,
|
||||
config = function()
|
||||
require("presence").setup({
|
||||
auto_update = true,
|
||||
})
|
||||
end,
|
||||
opts = {
|
||||
auto_update = true,
|
||||
log_level = "debug",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue