update vim config
This commit is contained in:
parent
3a76bbf0c6
commit
c37bf09c81
9 changed files with 267 additions and 40 deletions
|
|
@ -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' },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue