Compare commits

..

No commits in common. "c2705d1f1e3533fe20371a325defb43a46500912" and "10ca92d206b8aeb6a0d41b8bb3b198480bfd4115" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

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

0
lua/snipconfig.lua Normal file
View File