From 53bf151a5387ef2ad45cb8d67af76bf8eb218b8c Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 15 Jan 2023 23:19:15 -0500 Subject: feat: black & flake8 -> yapf & pylint --- .config/nvim/lua/getchoo/lsp/config/sources.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/nvim/lua/getchoo/lsp/config/sources.lua') 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", }, } -- cgit v1.2.3