Public Access
added nvim-dap
This commit is contained in:
@@ -35,6 +35,7 @@ vim.pack.add({
|
||||
{ src = "https://github.com/kosayoda/nvim-lightbulb" },
|
||||
{ src = "https://codeberg.org/mfussenegger/nvim-jdtls.git" },
|
||||
{ src = "https://github.com/m4xshen/autoclose.nvim" },
|
||||
{ src = "https://codeberg.org/mfussenegger/nvim-dap.git" },
|
||||
})
|
||||
|
||||
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
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user