Config update
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 1m14s Details

This commit is contained in:
Yannick Reiß 2024-07-15 07:37:31 +02:00
parent 7e89acf09f
commit 94457aae68
1 changed files with 1 additions and 0 deletions

View File

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