Merge remote-tracking branch 'nieves/main'
This commit is contained in:
@ -72,6 +72,8 @@ function AsyncBlazeTest() abort
|
||||
call <SID>AsyncBlaze("blaze test", blaze#GetTargets())
|
||||
endfunction
|
||||
|
||||
autocmd bufreadpre *.sh setlocal textwidth=80
|
||||
|
||||
augroup autoformat_settings
|
||||
autocmd FileType borg,gcl,patchpanel AutoFormatBuffer gclfmt
|
||||
autocmd FileType bzl AutoFormatBuffer buildifier
|
||||
|
@ -1,11 +0,0 @@
|
||||
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
|
||||
]])
|
Reference in New Issue
Block a user