This commit is contained in:
Christian Nieves
2023-10-12 20:34:41 +00:00
parent 35d0bea232
commit 285e11f7dd
3 changed files with 3 additions and 8 deletions

View File

@ -74,7 +74,7 @@ return {
dependencies = { "glaive" },
config = function()
vim.cmd(
[[Glaive codefmt ktfmt_executable=`["/google/bin/releases/kotlin-google-eng/ktfmt/ktfmt_deploy.jar", "--google-style"]`]]
[[Glaive codefmt gofmt_executable=/usr/lib/google-golang/bin/gofmt ktfmt_executable=/google/bin/releases/kotlin-google-eng/ktfmt/ktfmt,--google-style]]
)
end,
},