Linterconfiguration

This commit is contained in:
Yannick Reiß 2024-09-23 13:27:06 +02:00
parent 10c2b99fb8
commit 963e7a1f97
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ vim.g.ale_fixers = {
lua = { "stylua" },
markdown = { "prettier", "pandoc" },
python = { "yapf" },
pascal = { "ptop" },
}
vim.keymap.set("n", "<leader>lf", ":ALEFix<CR>")