mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-06-06 16:09:01 +00:00
[neovim] Update deprecated code
This commit is contained in:
parent
b216a6fa98
commit
9240d26985
@ -1,7 +1,7 @@
|
|||||||
local dap = require("dap")
|
local dap = require("dap")
|
||||||
local dapui = require("dapui")
|
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, {})
|
require("dap-python").setup(debugpyPythonPath, {})
|
||||||
|
|
||||||
dapui.setup({
|
dapui.setup({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user