From 496986f6e9f1bd9acfb49e8a1ac733f606a46ff8 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 8 Jul 2022 17:40:40 +0200 Subject: [PATCH] chore(nvim): comment out yamllint --- nvim/lua/kogakure/lsp/null-ls.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/kogakure/lsp/null-ls.lua b/nvim/lua/kogakure/lsp/null-ls.lua index 4350d13..a924278 100644 --- a/nvim/lua/kogakure/lsp/null-ls.lua +++ b/nvim/lua/kogakure/lsp/null-ls.lua @@ -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