mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
9 lines
234 B
Lua
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 ...
|
|
}
|