I really like the idea behind BSP and thought of writing a plugin for it when I stumble on your own. As I like you think that "Neovim is the only way!", I tend to prefer using tools that kind of make me feel that I am using VIm "as is" so I would like to use :make to put all my compilation / tests results inside a quickfix list.
To support it, it would need to support the :h errorformat and automatically map commands to it. Something like :make test would run tests by using BSP
In my research, I found this go project https://pkg.go.dev/github.com/reviewdog/errorformat/ that permits to have the right :h errorformat. What do you think ?
Of course if are willing to implement it and need any help I would be glad to help you
I really like the idea behind BSP and thought of writing a plugin for it when I stumble on your own. As I like you think that "Neovim is the only way!", I tend to prefer using tools that kind of make me feel that I am using VIm "as is" so I would like to use
:maketo put all my compilation / tests results inside a quickfix list.To support it, it would need to support the
:h errorformatand automatically map commands to it. Something like:make testwould run tests by using BSPIn my research, I found this go project https://pkg.go.dev/github.com/reviewdog/errorformat/ that permits to have the right
:h errorformat. What do you think ?Of course if are willing to implement it and need any help I would be glad to help you