diff options
author | Squibid <me@zacharyscheiman.com> | 2023-07-06 12:28:31 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-07-06 12:28:31 -0400 |
commit | a45e5e40742f24e4896383d1554ea5b7a0524e60 (patch) | |
tree | 82c715dbff06edf86e575498cd77820dbfcdac0e /lua/core/plugins.lua | |
parent | 46e4dc44423ae07c1d5c5f0938f5a466d51d6afd (diff) | |
download | nvim-a45e5e40742f24e4896383d1554ea5b7a0524e60.tar.gz nvim-a45e5e40742f24e4896383d1554ea5b7a0524e60.tar.bz2 nvim-a45e5e40742f24e4896383d1554ea5b7a0524e60.zip |
make jdtls work without the seperate plugin :)
Diffstat (limited to 'lua/core/plugins.lua')
-rw-r--r-- | lua/core/plugins.lua | 3 |
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 = { |