From e0e4e5e1d76a3afcaeb23e19b15861e3f0514ce4 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Mon, 9 Jan 2023 13:01:54 -0600 Subject: fix(nvim): set proper events to load presence --- nvim/.config/nvim/lua/tobyvin/plugins/presence.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'nvim/.config') diff --git a/nvim/.config/nvim/lua/tobyvin/plugins/presence.lua b/nvim/.config/nvim/lua/tobyvin/plugins/presence.lua index d54dd91..58aa468 100644 --- a/nvim/.config/nvim/lua/tobyvin/plugins/presence.lua +++ b/nvim/.config/nvim/lua/tobyvin/plugins/presence.lua @@ -1,6 +1,14 @@ local M = { "andweeb/presence.nvim", - event = "VeryLazy", + event = { + "FocusGained", + "TextChanged", + "VimLeavePre", + "WinEnter", + "WinLeave", + "BufEnter", + "BufAdd", + }, } function M.config() -- cgit v1.2.3-70-g09d2