googlepaths
This commit is contained in:
@ -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 = {},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user