lsp format
This commit is contained in:
parent
a292c93a58
commit
b58ffaac43
|
|
@ -250,7 +250,7 @@ M.lspconfig = {
|
||||||
|
|
||||||
["<leader>fm"] = {
|
["<leader>fm"] = {
|
||||||
function()
|
function()
|
||||||
vim.lsp.buf.formatting {}
|
vim.lsp.buf.format { async = true }
|
||||||
end,
|
end,
|
||||||
"lsp formatting",
|
"lsp formatting",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Reference in New Issue