1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-06-03 11:49:02 +00:00

[neovim] Update deprecated code

This commit is contained in:
Daniel Carrillo 2025-05-21 18:48:49 +02:00
parent b216a6fa98
commit 9240d26985
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

@ -1,7 +1,7 @@
local dap = require("dap")
local dapui = require("dapui")
local debugpyPythonPath = require("mason-registry").get_package("debugpy"):get_install_path() .. "/venv/bin/python3"
local debugpyPythonPath = vim.fn.exepath("debugpy") .. "/venv/bin/python3"
require("dap-python").setup(debugpyPythonPath, {})
dapui.setup({