summaryrefslogtreecommitdiffstats
path: root/lua/core/plugins.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-07-06 12:28:31 -0400
committerSquibid <me@zacharyscheiman.com>2023-07-06 12:28:31 -0400
commita45e5e40742f24e4896383d1554ea5b7a0524e60 (patch)
tree82c715dbff06edf86e575498cd77820dbfcdac0e /lua/core/plugins.lua
parent46e4dc44423ae07c1d5c5f0938f5a466d51d6afd (diff)
downloadnvim-a45e5e40742f24e4896383d1554ea5b7a0524e60.tar.gz
nvim-a45e5e40742f24e4896383d1554ea5b7a0524e60.tar.bz2
nvim-a45e5e40742f24e4896383d1554ea5b7a0524e60.zip
make jdtls work without the seperate plugin :)
Diffstat (limited to '')
-rw-r--r--lua/core/plugins.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua
index f5e3032..741c745 100644
--- a/lua/core/plugins.lua
+++ b/lua/core/plugins.lua
@@ -103,9 +103,6 @@ require 'dep' {
{ 'folke/trouble.nvim' },
{ 'folke/todo-comments.nvim' },
- -- optional language specific lsp's
- -- { 'mfussenegger/nvim-jdtls' }, -- java lsp server
-
-- dap ----------------------------------------------------------------------
{ 'mfussenegger/nvim-dap',
deps = {