fix: add nvim-dap as test dep. fix makefile
This commit is contained in:
parent
1363d55056
commit
88d8848111
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -8,4 +8,4 @@ lint:
|
||||||
selene **/*.lua
|
selene **/*.lua
|
||||||
|
|
||||||
test:
|
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'}"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
set rtp+=.
|
set rtp+=.
|
||||||
packadd plenary.nvim
|
packadd plenary.nvim
|
||||||
packadd nvim-treesitter
|
packadd nvim-treesitter
|
||||||
|
packadd nvim-dap
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue