googlepaths

This commit is contained in:
Christian Nieves
2025-02-05 18:01:16 +00:00
parent 8b8046878f
commit 053eeb07fd

View File

@ -11,10 +11,6 @@ local glugOpts = require("glug").glugOpts
local superlazy = require("nvgoog.util.superlazy")
return {
-- { url = "sso://user/fentanes/nvgoog" },
-- Prevent long sessions from losing cwd
-- Load google paths like //google/* with `gf`
-- { import = "nvgoog.google.misc" },
{ import = "nvgoog.google.format" },
-- maktaba is required by all google plugins
glug("maktaba", {
@ -231,7 +227,7 @@ return {
}),
{
url = "sso://user/fentanes/googlepaths.nvim",
event = { "VeryLazy", "BufReadCmd //*" },
event = { "VeryLazy", "BufReadCmd //*", "BufReadCmd google3/*" },
opts = {},
},
{