kaiv2

Results 24 comments of kaiv2

https://github.com/mason-org/mason-registry/pull/8077 mason 仓库还未合并

我不使用 mason 不太清楚仓库打包逻辑,你可以在 https://github.com/mason-org/mason-registry/pull/8077 留言或修复

5ae5714 中添加了一个判断兼容这个情况

It seems that the 'config.lspconfig' module cannot be found. Check the configuration here in `~/.config/nvim/lua/plugins/spring-boot.lua:13`

`ft` 配置了 `java`,应该是没有加载插件, 截图打开的 `yml` 文件 ```lua -- 依赖了 nvim-jdtls 和 vscode-spring-boot 一般使用这个就可以了 require("spring_boot").setup() ```

> bundles bundles 需要 ```lua require('spring_boot').setup({}) -- 添加 spring-boot jdtls 扩展 jar 包 vim.list_extend(jdtls_config.bundles, require("spring_boot").java_extensions()) ``` 启动时查看是否有加载插件

vscode-spring-boot 更新了 1.57 版本打包方式修改了,1.56 正常,我晚一点更新一下

修复了 **https://github.com/JavaHello/spring-boot.nvim/commit/581762aec50afb40e1d8860393d8df9c2ba4572b**

lsp 服务都需要手动安装,`jdtls` 可以使用 vscode 安装

`:checkhealth vim.lsp` checks if `spring-boot` is started?