diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2022-01-02 14:37:51 -0500 |
|---|---|---|
| committer | christianchiarulli <chrisatmachine@gmail.com> | 2022-01-02 14:37:51 -0500 |
| commit | 65466d0b009251f5dfc745abfac9540f2b597eb8 (patch) | |
| tree | b745f0f0fa3aecc7346b224727db49a03098e219 /lua/user | |
| parent | a9f3e7f837775601941c51abfcde7eb9ca708241 (diff) | |
diagnostic flake8 enabled by default
Diffstat (limited to 'lua/user')
| -rw-r--r-- | lua/user/lsp/null-ls.lua | 2 |
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 }, }) |
