fix: add nvim-dap as test dep. fix makefile

This commit is contained in:
Smirnov Oleksandr 2022-12-19 12:19:04 +02:00
parent 1363d55056
commit 88d8848111
2 changed files with 2 additions and 1 deletions

View file

@ -8,4 +8,4 @@ lint:
selene **/*.lua
test:
nvim --headless -u ./spec/minimal.vim -c "PlenaryBustedDirectory spec {minimal_init='./spec/minimal.vim'}"
nvim --headless -u ./spec/minimal_init.vim -c "PlenaryBustedDirectory spec {minimal_init='./spec/minimal_init.vim'}"

View file

@ -1,3 +1,4 @@
set rtp+=.
packadd plenary.nvim
packadd nvim-treesitter
packadd nvim-dap