mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
dap
This commit is contained in:
@@ -29,8 +29,21 @@ return {
|
||||
|
||||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
config = function()
|
||||
require "configs.dap"
|
||||
end,
|
||||
},
|
||||
|
||||
-- {
|
||||
-- "mfussenegger/nvim-jdtls",
|
||||
-- dependencies = {
|
||||
-- "mfussenegger/nvim-dap",
|
||||
-- },
|
||||
-- config = function()
|
||||
-- require "configs.jdtls"
|
||||
-- end,
|
||||
-- },
|
||||
|
||||
-- These are some examples, uncomment them if you want to see them work!
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
|
||||
Reference in New Issue
Block a user