We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a659b commit b2edefeCopy full SHA for b2edefe
2 files changed
ftplugin/jproperties.lua
@@ -1 +1,5 @@
1
-require("spring_boot.launch").start(require("kide.lsp.spring-boot").config)
+if vim.env["SPRING_BOOT_NVIM_ENABLE"] == "Y" then
2
+ if require("spring_boot.util").is_application_properties_buf(0) then
3
+ require("spring_boot.launch").start(require("kide.lsp.spring-boot").config)
4
+ end
5
+end
ftplugin/yaml.lua
+ if require("spring_boot.util").is_application_yml_buf(0) then
0 commit comments