Update nvim

This commit is contained in:
2024-11-26 19:08:52 +01:00
parent d63a431242
commit e5aa6d7012
3 changed files with 6 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ vim.g.ale_fixers = {
bash = { "bashate" },
c = { "astyle" },
latex = { "texlab", "textlint" },
tex = { "textlint" },
lua = { "stylua" },
markdown = { "prettier", "pandoc" },
python = { "yapf" },