I broke up with neovim....vim is my best friend now
This commit is contained in:
14
dot_vim/plugged/vimtex/test/test-parser-tex/Makefile
Normal file
14
dot_vim/plugged/vimtex/test/test-parser-tex/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
MYVIM ?= nvim --clean --headless
|
||||
|
||||
INMAKE := 1
|
||||
export INMAKE
|
||||
|
||||
TESTS := $(wildcard test*.vim)
|
||||
TESTS := $(TESTS:.vim=)
|
||||
|
||||
.PHONY: default $(TESTS)
|
||||
|
||||
default: $(TESTS)
|
||||
|
||||
$(TESTS):
|
||||
@$(MYVIM) -u $@.vim
|
||||
Reference in New Issue
Block a user