From 54657657a38f01697e032ae0ba5129760418cefd Mon Sep 17 00:00:00 2001 From: "asep.komarudin" Date: Fri, 28 Jun 2024 21:35:21 +0700 Subject: [PATCH] add: update config default python --- lua/plugins/python.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/python.lua b/lua/plugins/python.lua index 6322bd0..9a1ed40 100644 --- a/lua/plugins/python.lua +++ b/lua/plugins/python.lua @@ -123,6 +123,7 @@ if pcode.active_python_config then local package = "black" require("user.utils.masoncfg").try_install("flake8") require("user.utils.masoncfg").try_install("black") + require("user.utils.masoncfg").try_install("debugpy") opts.formatters_by_ft.python = { package } end, },