I'm using checkmake in neovim 0.9, and I think it's good.
But there are always too many variables in Makefile, so is it possible to provide a hover method to help writing Makefile in neovim? I don't know how hard it will be. I find that it seems like there is no LSP for Makefile, because of the syntax of Makefile?
I'm using
checkmake
inneovim 0.9
, and I think it's good. But there are always too many variables in Makefile, so is it possible to provide ahover method
to help writing Makefile inneovim
? I don't know how hard it will be. I find that it seems like there is no LSP for Makefile, because of the syntax of Makefile?