neovim setup
This commit is contained in:
11
lua/plugins/nvim-dap-python.lua
Normal file
11
lua/plugins/nvim-dap-python.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"mfussenegger/nvim-dap-python",
|
||||
ft = "python", -- filetype
|
||||
config = function()
|
||||
require("dap-python").setup("~/.local/share/nvim/mason/packages/debugpy/venv/bin/python")
|
||||
end,
|
||||
dependencies = {
|
||||
"mfussenegger/nvim-dap",
|
||||
"rcarriga/nvim-dap-ui",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user