chore(nvim): comment out yamllint

This commit is contained in:
Stefan Imhoff
2022-07-08 17:40:40 +02:00
parent ea95e0c26d
commit 496986f6e9

View File

@@ -31,7 +31,7 @@ null_ls.setup({
diagnostics.stylelint,
diagnostics.tsc,
-- diagnostics.write_good,
diagnostics.yamllint,
-- diagnostics.yamllint,
diagnostics.zsh,
formatting.autopep8, -- Python
formatting.black.with({ extra_args = { "--fast" } }), -- Python