From b55efeec7f25a5029400ad1b8bab19b45e3f32bd Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Thu, 18 Jan 2024 19:32:22 +0000 Subject: [PATCH] glug --- vim/.vim/lua/plugins/google.lua | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/vim/.vim/lua/plugins/google.lua b/vim/.vim/lua/plugins/google.lua index 5c709e8..502f050 100644 --- a/vim/.vim/lua/plugins/google.lua +++ b/vim/.vim/lua/plugins/google.lua @@ -30,15 +30,10 @@ return { glug("alert"), glug("csearch"), glug("languages"), - -- glug("googlestyle"), glug("googlespell"), -- Enable logmsgs ASAP to avoid maktaba's log message queue filling up - glug("logmsgs", { - event = "VeryLazy", - }), - glug("googler", { - event = "VeryLazy", - }), + veryLazy(glug("logmsgs")), + veryLazy(glug("googler")), -- Add support for google filetypes glug("google-filetypes", { event = "BufReadPre",