You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a spelling mistake. im.api.nvim_create_user_command("SpringNewProject", spring_new_project, {}) should be prob vim.api.nvim_create_user_command("SpringNewProject", spring_new_project, {})
The text was updated successfully, but these errors were encountered:
https://github.com/elmcgill/springboot-nvim/blob/main/lua/springboot-nvim/init.lua#L3.
Here is a missmatch with the filename. I think it should be `require("create_spring_project") not "create_springboot_project".
https://github.com/elmcgill/springboot-nvim/blob/main/lua/create_spring_project.lua#L205.
Here is a spelling mistake.
im.api.nvim_create_user_command("SpringNewProject", spring_new_project, {})
should be probvim.api.nvim_create_user_command("SpringNewProject", spring_new_project, {})
The text was updated successfully, but these errors were encountered: