mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
feat: small fixes to minimal and Makefile
This commit is contained in:
parent
2cd4e03372
commit
a38be6e0dd
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ test:
|
|||||||
nvim --headless --noplugin -u scripts/tests/minimal.vim \
|
nvim --headless --noplugin -u scripts/tests/minimal.vim \
|
||||||
-c "PlenaryBustedDirectory lua/harpoon/test/ {minimal_init = 'scripts/tests/minimal.vim'}"
|
-c "PlenaryBustedDirectory lua/harpoon/test/ {minimal_init = 'scripts/tests/minimal.vim'}"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
echo "===> Cleaning"
|
echo "===> Cleaning"
|
||||||
rm /tmp/lua_*
|
rm /tmp/lua_*
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
set noswapfile
|
||||||
set rtp+=.
|
set rtp+=.
|
||||||
set rtp+=../plenary.nvim
|
set rtp+=../plenary.nvim
|
||||||
runtime! plugin/plenary.vim
|
runtime! plugin/plenary.vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user