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 {
|
return {
|
||||||
"NeogitOrg/neogit",
|
"NeogitOrg/neogit",
|
||||||
branch = "nightly",
|
branch = "master",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-lua/plenary.nvim", -- required
|
"nvim-lua/plenary.nvim", -- required
|
||||||
"sindrets/diffview.nvim", -- optional - Diff integration
|
"sindrets/diffview.nvim", -- optional - Diff integration
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
return {
|
return {
|
||||||
"andweeb/presence.nvim",
|
"andweeb/presence.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
config = function()
|
opts = {
|
||||||
require("presence").setup({
|
auto_update = true,
|
||||||
auto_update = true,
|
log_level = "debug",
|
||||||
})
|
},
|
||||||
end,
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue