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 2cd4e03 commit a38be6eCopy full SHA for a38be6e
Makefile
@@ -11,7 +11,7 @@ test:
11
nvim --headless --noplugin -u scripts/tests/minimal.vim \
12
-c "PlenaryBustedDirectory lua/harpoon/test/ {minimal_init = 'scripts/tests/minimal.vim'}"
13
14
-clean:
+clean:
15
echo "===> Cleaning"
16
rm /tmp/lua_*
17
scripts/tests/minimal.vim
@@ -1,3 +1,4 @@
1
+set noswapfile
2
set rtp+=.
3
set rtp+=../plenary.nvim
4
runtime! plugin/plenary.vim
0 commit comments