X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/55b39c6121082b3c8ecf1bab5085d11dfa299dd6..7184d3cf6c7068e31e3db5b550f7fc5998c45c78:/nvim/lua/plugins/lang/python.lua diff --git a/nvim/lua/plugins/lang/python.lua b/nvim/lua/plugins/lang/python.lua index ab0ad79..4861767 100644 --- a/nvim/lua/plugins/lang/python.lua +++ b/nvim/lua/plugins/lang/python.lua @@ -51,18 +51,6 @@ return { { "dPt", function() require('dap-python').test_method() end, desc = "Debug Method", ft = "python" }, { "dPc", function() require('dap-python').test_class() end, desc = "Debug Class", ft = "python" }, }, - config = function() - local path = require("mason-registry").get_package("debugpy"):get_install_path() - require("dap-python").setup(path .. "/venv/bin/python") - end, - }, - }, - { "jay-babu/mason-nvim-dap.nvim", - opts = { - handlers = { - python = function() end, - }, - ensure_installed = { "python" }, }, }, { "linux-cultist/venv-selector.nvim", enabled = false,