summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/user/lsp/null-ls.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/lsp/null-ls.lua b/lua/user/lsp/null-ls.lua
index 874e19c..c7d40fd 100644
--- a/lua/user/lsp/null-ls.lua
+++ b/lua/user/lsp/null-ls.lua
@@ -14,6 +14,6 @@ null_ls.setup({
formatting.prettier.with({ extra_args = { "--no-semi", "--single-quote", "--jsx-single-quote" } }),
formatting.black.with({ extra_args = { "--fast" } }),
formatting.stylua,
- -- diagnostics.flake8
+ diagnostics.flake8
},
})