Update init.lua (#1108)

This commit is contained in:
ichigo-gyuunyuu 2021-07-26 12:32:25 +05:30 committed by GitHub
parent d1bed12764
commit 19f3af08c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ local toggle_autoformat = function()
{
"BufWritePost",
"*",
":silent lua vim.lsp.buf.formatting()",
":silent lua vim.lsp.buf.formatting_sync()",
},
},
}