This commit is contained in:
Christian Nieves
2023-10-10 19:38:47 +00:00
parent 76ebaa0210
commit c7ddb65220
17 changed files with 79 additions and 95 deletions

View File

@ -88,6 +88,7 @@ augroup autoformat_settings
autocmd FileType proto AutoFormatBuffer protofmt
autocmd FileType sql AutoFormatBuffer format_sql
autocmd FileType kotlin AutoFormatBuffer ktfmt
autocmd FileType soy AutoFormatBuffer soyfmt
" autocmd FileType html,css,json AutoFormatBuffer js-beautify
augroup END
@ -130,6 +131,7 @@ endfunction
com! -nargs=? -complete=file Blame :call G4Blame(<f-args>)
nnoremap <leader>cc :CritiqueUnresolvedComments<space><cr>
nmap <leader>yb :let @+ = join(blaze#GetTargets(), ' ')<cr>
nmap <leader>yb :let t = join(blaze#GetTargets(), ' ') \| echo t \| let @+ = t \| CopyOSC52(t) <CR>
]])
end