Don't fix on save => not all fixed wanted

This commit is contained in:
Yannick Reiß 2024-10-01 17:26:46 +02:00
parent 10ca92d206
commit 739d439946
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ local linters = {
} }
vim.g.ale_linters = linters vim.g.ale_linters = linters
vim.g.ale_fix_on_save = 1 vim.g.ale_fix_on_save = 0
-- vim.g.ale_ada_gpr_project_file = "default.gpr"
vim.g.ale_fixers = { vim.g.ale_fixers = {
ada = { "gnatpp" }, ada = { "gnatpp" },
asm = { "gcc" }, asm = { "gcc" },