From 88d8848111c73980464b16916f49a713d8fe78f6 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Mon, 19 Dec 2022 12:19:04 +0200 Subject: [PATCH] fix: add `nvim-dap` as test dep. fix makefile --- Makefile | 2 +- spec/minimal_init.vim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b270c1..2dc03c4 100644 --- a/Makefile +++ b/Makefile @@ -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'}" diff --git a/spec/minimal_init.vim b/spec/minimal_init.vim index fe175a4..e30e21b 100644 --- a/spec/minimal_init.vim +++ b/spec/minimal_init.vim @@ -1,3 +1,4 @@ set rtp+=. packadd plenary.nvim packadd nvim-treesitter +packadd nvim-dap