lsp format

This commit is contained in:
krolyxon 2022-10-27 17:18:01 +05:30
parent a292c93a58
commit b58ffaac43
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ M.lspconfig = {
["<leader>fm"] = {
function()
vim.lsp.buf.formatting {}
vim.lsp.buf.format { async = true }
end,
"lsp formatting",
},