conform formatting
This commit is contained in:
parent
a39c322ca7
commit
6b02194e4d
|
@ -410,7 +410,8 @@ M.edit = {
|
||||||
-- format with conform
|
-- format with conform
|
||||||
["<leader>ff"] = {
|
["<leader>ff"] = {
|
||||||
function()
|
function()
|
||||||
vim.lsp.buf.format()
|
-- vim.lsp.buf.format()
|
||||||
|
require("conform").format()
|
||||||
end,
|
end,
|
||||||
"format buffer",
|
"format buffer",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue