disable linter auto-format on save
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user