---@type lspconfig.options
servers = {
pyright = {},
- ruff_lsp = {
+ ruff = {
root_dir = function(fname)
return require("lspconfig.util").root_pattern("pyproject.toml", "setup.cfg", "ruff.toml")(fname)
end,
},
opts = {
adapters = {
- ["neotest-python"] = { },
+ ["neotest-python"] = {
+ dap = { justMyCode = false }},
},
},
},