1
0
Fork 0

nvim: Fix upstream URL of DAP plugins

This commit is contained in:
Olli 2025-09-20 11:47:52 +02:00
commit 1a9e0964e7
4 changed files with 5 additions and 8 deletions

View file

@ -1,7 +1,7 @@
return {
"leoluz/nvim-dap-go",
dependencies = {
"mfussenegger/nvim-dap",
"https://codeberg.org/mfussenegger/nvim-dap",
},
lazy = true,
ft = { "go" },

View file

@ -1,7 +1,7 @@
return {
"mfussenegger/nvim-dap-python",
"https://codeberg.org/mfussenegger/nvim-dap-python",
dependencies = {
"mfussenegger/nvim-dap",
"https://codeberg.org/mfussenegger/nvim-dap",
},
lazy = true,
ft = { "python" },

View file

@ -1,5 +1,5 @@
return {
"mfussenegger/nvim-dap",
"https://codeberg.org/mfussenegger/nvim-dap",
lazy = true,
ft = { "java", "go", "python" },
dependencies = {

View file

@ -1,8 +1,5 @@
return {
"mfussenegger/nvim-jdtls",
dependencies = {
"williamboman/mason.nvim"
},
"https://codeberg.org/mfussenegger/nvim-jdtls",
lazy = true,
ft = { "java" },
config = function()