makeit.nvim icon indicating copy to clipboard operation
makeit.nvim copied to clipboard

Neovim Makefile plugin

Results 6 makeit.nvim issues
Sort by recently updated
recently updated
newest added

By convention `Makefiles`-files are written with an uppercase `M`, but I've seen (and work on) projects which use `makefile`; which this plugin does not recognize :( Would it be possible...

hello, love the project. I have a makefile with include in it and the include also has targets in it. something like: in the make file: `-include $(SCRIPTS_DIR)/Makefile.tests` and in...

Hi, I'm getting this error on all the plugin's commands Also verified the plugin loaded successfully by Lazy Regards, Daniel Y.

This PR adds: feat(snacks): add snacks picker support fix(utils): update match pattern to ignore commented lines Solved #6

`&&` operator doesn't work on windows when the shell is set to powershell, so here I am prepending the cmd with `cmd.exe /c ` to make sure the command works...

[Snacks](https://github.com/folke/snacks.nvim) is the default picker in LazyVim. It would be great if `makeit` supports it as a picker option.