various stuff

This commit is contained in:
Christian Nieves
2023-03-03 13:28:50 -06:00
parent 75327f09c1
commit fcbb91f25e
5 changed files with 44 additions and 20 deletions

View File

@ -19,7 +19,8 @@ if use_google() then
-- 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
\ Suggest[borg]=buffer,ripgrep,csearch,prompt
\ Location[gcl]=parent Location[borg]=parent
\ Suggest[borg]=buffer,ripgrep,csearch,prompt
\ Suggest[aidl]=buffer,ripgrep,csearch,prompt
]])
end