Create gdoc.lua

This commit is contained in:
alvinlollo
2025-10-26 23:06:42 +11:00
committed by GitHub
parent 86212ca5d0
commit 68a7d1b9de
+8
View File
@@ -0,0 +1,8 @@
return {
{
"Aadv1k/gdoc.vim",
lazy = false, -- Set to false to ensure the plugin is loaded immediately on startup
cmd = "Gdoc", -- This is the command to start the Google Docs interface
},
-- ... other plugins ...
}