Load Google plugins with lazy.nvim

This commit is contained in:
Christian Nieves
2023-06-09 15:12:48 -05:00
parent 2da88c8523
commit 9e6d2a6726
9 changed files with 143 additions and 169 deletions

View File

@ -0,0 +1,11 @@
vim.cmd([[
Glaive imp Suggest[default]=buffer,csearch,prompt Pick[default]=fzf
]])
-- To search for imports in the file's parent directory before using Code Search across all of google3, install ripgrep and try
vim.cmd([[
Glaive imp Suggest[gcl]=buffer,ripgrep,csearch,prompt
\ Location[gcl]=parent Location[borg]=parent
\ Suggest[borg]=buffer,ripgrep,csearch,prompt
\ Suggest[aidl]=buffer,ripgrep,csearch,prompt
]])