James Jernigan
James Jernigan
has there been any update about this? I'm receiving the same templating/parsing error with my alter statements
format isn't a command to sqlfluff unless lazyvim is doing something else to create it but I'm not seeing anything like that. according to sqlfluff docs, the correct command is...
Were you able to get this working? I'm running into the same issue.
I'm experiencing the same issue. Here's what checkhealth vim.lsp says on an application.properties file. I've been having a similar issue when I tried to just use nvim-java to have the...
it's fixed! thank you very much! I was able to get the auto-completion to work now
I've also run into the issue where the auto-generation doesn't work when the jdtls server doesn't start at the same time as the spring-boot server since it is required to...
Here's my repo for lazyvim: https://github.com/Livingnight/LazyVim check out the nvim-jdtls.lua file, the nvim-lspconfig.lua file, and the spring-boot.lua file. I'm not sure why it works but it does.
A further question, would spring-boot lsp server and the yamlls lsp server clash? or does the spring-boot server use the yamlls lsp server for .yaml files?