Compare commits

..

2 Commits

Author SHA1 Message Date
Yannick Reiß c2705d1f1e Delete empty configuration file
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 35s Details
2024-10-01 17:27:14 +02:00
Yannick Reiß 739d439946 Don't fix on save => not all fixed wanted 2024-10-01 17:26:46 +02:00
2 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" },

View File