fix: fixing a lot of issues

This commit is contained in:
2026-02-04 21:36:54 -05:00
parent 1d4bf34902
commit 6e904f8f87
98 changed files with 872 additions and 528 deletions

View File

@@ -1,3 +1,18 @@
-- ============================================================================
-- NVIM-JDTLS: Enhanced Java LSP support for Neovim
-- ============================================================================
-- A plugin that provides extended Java development capabilities using the
-- Eclipse JDT Language Server (jdtls). Offers features beyond standard LSP
-- including code generation, refactoring, and debugging support.
--
-- Features:
-- - Full Java LSP support via Eclipse jdtls
-- - Code actions, refactoring, and organize imports
-- - Integration with nvim-dap for Java debugging
-- - Support for Maven and Gradle projects
--
-- Loads automatically for Java files (ft = "java").
-- ============================================================================
return {
"mfussenegger/nvim-jdtls",
ft = "java",