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

This commit is contained in:
2024-07-15 07:37:31 +02:00
parent 7e89acf09f
commit 94457aae68

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>")