googlepaths
This commit is contained in:
@ -11,10 +11,6 @@ local glugOpts = require("glug").glugOpts
|
|||||||
local superlazy = require("nvgoog.util.superlazy")
|
local superlazy = require("nvgoog.util.superlazy")
|
||||||
|
|
||||||
return {
|
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" },
|
{ import = "nvgoog.google.format" },
|
||||||
-- maktaba is required by all google plugins
|
-- maktaba is required by all google plugins
|
||||||
glug("maktaba", {
|
glug("maktaba", {
|
||||||
@ -231,7 +227,7 @@ return {
|
|||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
url = "sso://user/fentanes/googlepaths.nvim",
|
url = "sso://user/fentanes/googlepaths.nvim",
|
||||||
event = { "VeryLazy", "BufReadCmd //*" },
|
event = { "VeryLazy", "BufReadCmd //*", "BufReadCmd google3/*" },
|
||||||
opts = {},
|
opts = {},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user