From 4e1b4a4df9c8ad9095031a58c0eca4766070a45c Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 12 Aug 2023 12:55:50 +0100 Subject: Using balack again --- lsp.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lsp.lua') diff --git a/lsp.lua b/lsp.lua index b8a4f5e..d6c4cc2 100644 --- a/lsp.lua +++ b/lsp.lua @@ -51,11 +51,15 @@ vim.lsp.handlers["textDocument/signatureHelp"] = vim.lsp.with( local servers = { -- server_name = settings pylsp = { + -- use https://github.com/python-lsp/python-lsp-server pylsp = { plugins = { pylsp_mypy = { enabled = true, live_move = false + }, + black = { + enabled = true } } } -- cgit v1.2.3