nvim: Fix upstream URL of DAP plugins
This commit is contained in:
parent
b62cdc7c64
commit
1a9e0964e7
4 changed files with 5 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
return {
|
return {
|
||||||
"leoluz/nvim-dap-go",
|
"leoluz/nvim-dap-go",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"mfussenegger/nvim-dap",
|
"https://codeberg.org/mfussenegger/nvim-dap",
|
||||||
},
|
},
|
||||||
lazy = true,
|
lazy = true,
|
||||||
ft = { "go" },
|
ft = { "go" },
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
return {
|
return {
|
||||||
"mfussenegger/nvim-dap-python",
|
"https://codeberg.org/mfussenegger/nvim-dap-python",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"mfussenegger/nvim-dap",
|
"https://codeberg.org/mfussenegger/nvim-dap",
|
||||||
},
|
},
|
||||||
lazy = true,
|
lazy = true,
|
||||||
ft = { "python" },
|
ft = { "python" },
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
return {
|
return {
|
||||||
"mfussenegger/nvim-dap",
|
"https://codeberg.org/mfussenegger/nvim-dap",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
ft = { "java", "go", "python" },
|
ft = { "java", "go", "python" },
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
||||||
return {
|
return {
|
||||||
"mfussenegger/nvim-jdtls",
|
"https://codeberg.org/mfussenegger/nvim-jdtls",
|
||||||
dependencies = {
|
|
||||||
"williamboman/mason.nvim"
|
|
||||||
},
|
|
||||||
lazy = true,
|
lazy = true,
|
||||||
ft = { "java" },
|
ft = { "java" },
|
||||||
config = function()
|
config = function()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue