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