From c5cc8ed0bc003085216eade1fb31b0950a453663 Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Mon, 27 Oct 2025 14:45:12 +0100 Subject: Configure springb-boot plugin properly --- lua/plugins/spring-boot.lua | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'lua/plugins/spring-boot.lua') diff --git a/lua/plugins/spring-boot.lua b/lua/plugins/spring-boot.lua index fba79d3..217115f 100644 --- a/lua/plugins/spring-boot.lua +++ b/lua/plugins/spring-boot.lua @@ -1,17 +1,6 @@ return { "JavaHello/spring-boot.nvim", ft = { "java", "yaml", "properties" }, - dependencies = { - "neovim/nvim-lspconfig", - }, - opts = function() - -- Add global command handlers - require("spring_boot").init_lsp_commands() - -- Add spring-boot jdtls extension jars - require("lspconfig").jdtls.setup({ - init_options = { - bundles = require("spring_boot").java_extensions(), - }, - }) - end, + ---@type bootls.Config|{} + opts = {}, } -- cgit v1.2.3