Files
Single-install-script/configs/gdoc.lua
T
2025-10-26 23:06:42 +11:00

9 lines
234 B
Lua

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 ...
}