Skip to content

MR Feature/create spring boot project introduces a couple of bugs and crashes plugin #6

@aeropagz

Description

@aeropagz

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 prob vim.api.nvim_create_user_command("SpringNewProject", spring_new_project, {})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions