We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36861e commit 11c636fCopy full SHA for 11c636f
.gitignore
@@ -0,0 +1 @@
1
+vendor/plenary.nvim
.gitmodules
Makefile
@@ -1,11 +1,11 @@
.PHONY: test prepare
2
3
prepare:
4
- @git submodule update --depth 1 --init
+ @git clone https://github.com/nvim-lua/plenary.nvim vendor/plenary.nvim
5
6
test: prepare
7
@nvim \
8
- --headless \
9
- --noplugin \
10
- -u tests/minimal_vim.vim \
11
- -c "PlenaryBustedDirectory tests/ { minimal_init = 'tests/minimal_vim.vim' }"
+ --headless \
+ --noplugin \
+ -u tests/minimal_vim.vim \
+ -c "PlenaryBustedDirectory tests/ { minimal_init = 'tests/minimal_vim.vim' }"
vendor/.keep
0 commit comments