Config update
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 1m14s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 1m14s
Details
This commit is contained in:
parent
7e89acf09f
commit
94457aae68
|
@ -122,6 +122,7 @@ vim.g.ale_fixers = {
|
||||||
latex = { "texlab" },
|
latex = { "texlab" },
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
markdown = { "prettier", "pandoc" },
|
markdown = { "prettier", "pandoc" },
|
||||||
|
python = { "yapf" },
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.keymap.set("n", "<leader>lf", ":ALEFix<CR>")
|
vim.keymap.set("n", "<leader>lf", ":ALEFix<CR>")
|
||||||
|
|
Loading…
Reference in New Issue