update vim config

This commit is contained in:
Oluwatobi 2023-11-30 14:57:19 +01:00
parent 3a76bbf0c6
commit c37bf09c81
9 changed files with 267 additions and 40 deletions

View file

@ -7,6 +7,9 @@ require('conform').setup {
javascript = { { 'prettierd', 'prettier' } },
javascriptreact = { { 'prettier' } },
typescriptreact = { { 'prettier' } },
typescript = { { 'prettier' } },
go = { { 'gofumpt', 'goimports-reviser', 'golines' } },
java = { 'google-java-format' },
},
}