This commit is contained in:
Christian Nieves
2023-10-10 19:38:47 +00:00
parent 76ebaa0210
commit a04d700826
13 changed files with 68 additions and 62 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,6 @@ 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 \| let @* = t<cr>
]])
end

View File

@ -7,6 +7,7 @@ return {
lazy = false,
},
"ldelossa/litee.nvim",
"cakebaker/scss-syntax.vim",
"ldelossa/litee-calltree.nvim",
"jghauser/mkdir.nvim",
"will133/vim-dirdiff",

View File

@ -31,8 +31,12 @@ return {
goog("googlepaths"),
goog("google-filetypes"),
goog("ft-java"),
goog("ft-soy"),
goog("ft-gss"),
goog("ft-javascript"),
goog("ft-kotlin"),
goog("ft-proto"),
goog("google-logo"),
goog("critique"),
goog("piper"),
goog("gtimporter"),

View File

@ -4,10 +4,10 @@ return {
require("neoscopes").setup({
scopes = {
{
name = "apkdiff",
name = "earlycheckin",
dirs = {
"java/com/google/android/gmscore/tools/earlycheckin/apkdiff",
"javatests/com/google/android/gmscore/tools/earlycheckin/apkdiff",
"java/com/google/android/gmscore/tools/earlycheckin/",
"javatests/com/google/android/gmscore/tools/earlycheckin/",
},
},
{ name = "experimental", dirs = { "experimental/users/cnieves" } },