added nvim-dap

This commit is contained in:
2025-11-03 06:38:23 +01:00
parent 36585be18c
commit a27bfa4a54
+2 -1
View File
@@ -35,6 +35,7 @@ vim.pack.add({
{ src = "https://github.com/kosayoda/nvim-lightbulb" }, { src = "https://github.com/kosayoda/nvim-lightbulb" },
{ src = "https://codeberg.org/mfussenegger/nvim-jdtls.git" }, { src = "https://codeberg.org/mfussenegger/nvim-jdtls.git" },
{ src = "https://github.com/m4xshen/autoclose.nvim" }, { src = "https://github.com/m4xshen/autoclose.nvim" },
{ src = "https://codeberg.org/mfussenegger/nvim-dap.git" },
}) })
vim.cmd("colorscheme gruvbox") vim.cmd("colorscheme gruvbox")
@@ -164,7 +165,7 @@ vim.api.nvim_create_autocmd('FileType', {
-- --
-- If you don't plan on using the debugger or other eclipse.jdt.ls plugins you can remove this -- If you don't plan on using the debugger or other eclipse.jdt.ls plugins you can remove this
init_options = { init_options = {
bundles = {}, bundles = { vim.fn.glob("/home/jannikdonker/.local/share/nvim/mason/share/java-debug-adapter/com.microsoft.java.debug.plugin.jar", 1) },
}, },
} }
-- This starts a new client & server, -- This starts a new client & server,