From 9b5a75dc096539ce7bd115fd4fe5c9d6240ae855 Mon Sep 17 00:00:00 2001 From: zackartz Date: Mon, 20 May 2024 11:37:13 -0400 Subject: [PATCH] 644 current 2024-05-20 11:37:07 24.05.20240520.f72f671 6.8.6-zen1 * --- .../vim/config/lua/plugins/editor/presence.lua | 10 +++++++++- modules/home-manager/vim/lazy-lock.json | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/vim/config/lua/plugins/editor/presence.lua b/modules/home-manager/vim/config/lua/plugins/editor/presence.lua index 79f199a..922d72b 100644 --- a/modules/home-manager/vim/config/lua/plugins/editor/presence.lua +++ b/modules/home-manager/vim/config/lua/plugins/editor/presence.lua @@ -1 +1,9 @@ -return { "andweeb/presence.nvim", lazy = false } +return { + "andweeb/presence.nvim", + lazy = false, + config = function() + require("presence").setup({ + auto_update = true, + }) + end, +} diff --git a/modules/home-manager/vim/lazy-lock.json b/modules/home-manager/vim/lazy-lock.json index b9a0a9a..d578f70 100644 --- a/modules/home-manager/vim/lazy-lock.json +++ b/modules/home-manager/vim/lazy-lock.json @@ -53,6 +53,7 @@ "overseer.nvim": { "branch": "master", "commit": "7a9b654df4b3b246d05fff857f32e9fb8ddfb013" }, "playground": { "branch": "master", "commit": "ba48c6a62a280eefb7c85725b0915e021a1a0749" }, "plenary.nvim": { "branch": "master", "commit": "b5c8de02a44ffeabff678090edd6a132ff8ab77d" }, + "presence.nvim": { "branch": "main", "commit": "87c857a56b7703f976d3a5ef15967d80508df6e6" }, "promise-async": { "branch": "main", "commit": "93540c168c5ed2b030ec3e6c40ab8bbb85e36355" }, "rest.nvim": { "branch": "main", "commit": "f96edb54a2940322bc7ed81a1031be04db7d3a99" }, "rustaceanvim": { "branch": "master", "commit": "66466d4fe0b8988ba9e2932d3c41782c2efb683b" },