Compare commits
2 Commits
2d1f84f463
...
518d7e48d7
Author | SHA1 | Date | |
---|---|---|---|
518d7e48d7 | |||
b55efeec7f |
@ -19,7 +19,7 @@ return {
|
||||
{ import = "nvgoog.google.misc" },
|
||||
-- maktaba is required by all google plugins
|
||||
glug("maktaba", {
|
||||
lazy = true,
|
||||
lazy = false,
|
||||
dependencies = {},
|
||||
config = function() -- init?
|
||||
vim.cmd("source /usr/share/vim/google/glug/bootstrap.vim")
|
||||
@ -33,12 +33,8 @@ return {
|
||||
-- glug("googlestyle"),
|
||||
glug("googlespell"),
|
||||
-- Enable logmsgs ASAP to avoid maktaba's log message queue filling up
|
||||
glug("logmsgs", {
|
||||
event = "VeryLazy",
|
||||
}),
|
||||
glug("googler", {
|
||||
event = "VeryLazy",
|
||||
}),
|
||||
veryLazy(glug("logmsgs")),
|
||||
veryLazy(glug("googler")),
|
||||
-- Add support for google filetypes
|
||||
glug("google-filetypes", {
|
||||
event = "BufReadPre",
|
||||
@ -225,7 +221,7 @@ return {
|
||||
{ "<leader>br", ":call BlazeRun()<CR>", desc = "Blaze Run" },
|
||||
{
|
||||
"<leader>yb",
|
||||
":let t = join(blaze#GetTargets(), ' ') | echo t | let @+ = t <CR>",
|
||||
":let t = join(blaze#GetTargets(), ' ') | echo t | let @+ = t | let @\" = t<CR>",
|
||||
desc = "Yank Blaze Target",
|
||||
},
|
||||
{ "<leader>bf", runCmd("call blaze#TestCurrentFile()"), desc = "Blaze test current file" },
|
||||
|
Reference in New Issue
Block a user