This commit is contained in:
Zacharias-Brohn
2025-01-20 13:28:41 +01:00
parent b579384ef2
commit 4d86e52dca
120 changed files with 1838 additions and 5 deletions
+13
View File
@@ -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",