I broke up with neovim....vim is my best friend now
This commit is contained in:
16
dot_vim/plugged/vimtex/test/test-indentation-timing/Makefile
Normal file
16
dot_vim/plugged/vimtex/test/test-indentation-timing/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
MYVIM ?= nvim --clean --headless
|
||||
|
||||
INMAKE := 1
|
||||
export INMAKE
|
||||
|
||||
ifeq (, $(shell which hyperfine))
|
||||
.DEFAULT_GOAL := time
|
||||
endif
|
||||
|
||||
.PHONY: hyperfine time
|
||||
|
||||
hyperfine:
|
||||
@hyperfine --min-runs 3 '$(MYVIM) -u test.vim'
|
||||
|
||||
time:
|
||||
@bash -c 'time $(MYVIM) -u test.vim'
|
||||
Reference in New Issue
Block a user