Fix debugpy automatic installation
This commit is contained in:
parent
8c34fd4962
commit
ea7010cac1
1
init.lua
1
init.lua
|
@ -560,6 +560,7 @@ require('lazy').setup({
|
||||||
pyright = {},
|
pyright = {},
|
||||||
ruff = {},
|
ruff = {},
|
||||||
taplo = {}, -- LSP for toml files
|
taplo = {}, -- LSP for toml files
|
||||||
|
debugpy = {},
|
||||||
-- rust_analyzer = {},
|
-- rust_analyzer = {},
|
||||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
||||||
--
|
--
|
||||||
|
|
|
@ -42,7 +42,7 @@ return {
|
||||||
-- online, please don't ask me how to install them :)
|
-- online, please don't ask me how to install them :)
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
-- Update this to ensure that you have the debuggers for the langs you want
|
-- Update this to ensure that you have the debuggers for the langs you want
|
||||||
'debugpy',
|
'python',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue