mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: update config default python
This commit is contained in:
parent
3388bdd1d7
commit
54657657a3
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ if pcode.active_python_config then
|
||||||
local package = "black"
|
local package = "black"
|
||||||
require("user.utils.masoncfg").try_install("flake8")
|
require("user.utils.masoncfg").try_install("flake8")
|
||||||
require("user.utils.masoncfg").try_install("black")
|
require("user.utils.masoncfg").try_install("black")
|
||||||
|
require("user.utils.masoncfg").try_install("debugpy")
|
||||||
opts.formatters_by_ft.python = { package }
|
opts.formatters_by_ft.python = { package }
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue