mrtazz / checkmake

experimental linter/analyzer for Makefiles
MIT License
1.02k stars 44 forks source link

Feature: Provide a hover method for neovim #95

Open beyond-fu opened 1 year ago

beyond-fu commented 1 year ago

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?