diff options
| author | seth <[email protected]> | 2023-01-15 23:19:15 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-15 23:19:15 -0500 |
| commit | 53bf151a5387ef2ad45cb8d67af76bf8eb218b8c (patch) | |
| tree | dc9e3021cdd62af72a11148f30feb2e2276e1734 /.config/nvim/lua | |
| parent | 0ba27d671d2e11747e695feaa546cd541ca6b7a8 (diff) | |
feat: black & flake8 -> yapf & pylint
Diffstat (limited to '.config/nvim/lua')
| -rw-r--r-- | .config/nvim/lua/getchoo/lsp/config/sources.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/nvim/lua/getchoo/lsp/config/sources.lua b/.config/nvim/lua/getchoo/lsp/config/sources.lua index 0aa5c1e..3b67ab2 100644 --- a/.config/nvim/lua/getchoo/lsp/config/sources.lua +++ b/.config/nvim/lua/getchoo/lsp/config/sources.lua @@ -11,20 +11,20 @@ local M = { null_ls = { diagnostics.alex, diagnostics.codespell, - diagnostics.flake8, - formatting.black, + diagnostics.pylint, formatting.codespell, formatting.prettier, formatting.rustfmt, formatting.stylua, + formatting.yapf, }, mason = { "alex", - "black", "codespell", - "flake8", "prettier", + "pylint", "stylua", + "yapf", }, } |
