mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +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 \
|
||||
-c "PlenaryBustedDirectory lua/harpoon/test/ {minimal_init = 'scripts/tests/minimal.vim'}"
|
||||
|
||||
clean:
|
||||
clean:
|
||||
echo "===> Cleaning"
|
||||
rm /tmp/lua_*
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
set noswapfile
|
||||
set rtp+=.
|
||||
set rtp+=../plenary.nvim
|
||||
runtime! plugin/plenary.vim
|
||||
|
Loading…
x
Reference in New Issue
Block a user