disable linter auto-format on save

This commit is contained in:
2026-04-11 12:30:20 +02:00
parent aa634a19ef
commit 469e8d3b63
@@ -21,9 +21,6 @@ return {
sh = { "shfmt" }, sh = { "shfmt" },
bash = { "shfmt" }, bash = { "shfmt" },
}, },
format_on_save = {
timeout_ms = 500,
},
}) })
vim.keymap.set({ "n", "v" }, "<leader>lf", function() vim.keymap.set({ "n", "v" }, "<leader>lf", function()