formatting

This commit is contained in:
Price Hiller 2022-06-04 21:46:24 -05:00
parent 77a1d2a4cd
commit f1512c0682

View File

@ -18,6 +18,6 @@ vim.api.nvim_create_autocmd('BufWrite', {
end
end
vim.cmd('lua vim.lsp.buf.format({ async = true })')
vim.cmd('lua vim.lsp.buf.format({ async = true })')
end,
})