diff --git a/configs/gdoc.lua b/configs/gdoc.lua new file mode 100644 index 0000000..95cb15c --- /dev/null +++ b/configs/gdoc.lua @@ -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 ... +}