From a89e3686d502db88424f10859d8223a287a01748 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Sun, 22 Oct 2023 11:04:44 +0000 Subject: [PATCH] minor: remove plugin --- vim/.vim/lua/plugins/google.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/vim/.vim/lua/plugins/google.lua b/vim/.vim/lua/plugins/google.lua index fb03bd2..0ed6384 100644 --- a/vim/.vim/lua/plugins/google.lua +++ b/vim/.vim/lua/plugins/google.lua @@ -82,9 +82,6 @@ return { name = "imp-google", dir = "/usr/share/vim/google/imp-google", dependencies = { "flwyd/vim-imp", "glaive" }, - config = function() - require("config.imp-google") - end, }, { "flwyd/vim-imp",