1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Disable format on save

This commit is contained in:
Dan Barber 2024-01-09 15:48:59 -06:00
parent 577223ef3a
commit 55a4253944

View File

@ -35,8 +35,8 @@ return {
}) })
-- Format on save -- Format on save
vim.api.nvim_create_autocmd("BufWritePre", { -- vim.api.nvim_create_autocmd("BufWritePre", {
command = "lua vim.lsp.buf.format()", -- command = "lua vim.lsp.buf.format()",
}) -- })
end, end,
} }