feat: small fixes to minimal and Makefile

This commit is contained in:
mpaulson 2024-01-26 14:53:58 -07:00
parent 2cd4e03372
commit a38be6e0dd
2 changed files with 2 additions and 1 deletions

View File

@ -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_*

View File

@ -1,3 +1,4 @@
set noswapfile
set rtp+=.
set rtp+=../plenary.nvim
runtime! plugin/plenary.vim