From 250df4e4a1988505230c11a6bd36dad7c34ce47e Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sun, 30 Jun 2024 15:39:58 +0300 Subject: [PATCH] fixup! test: add integration tests using cypress and a custom terminal view --- integration-tests/test-environment/test-setup.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/test-environment/test-setup.lua b/integration-tests/test-environment/test-setup.lua index cb80dd48..3d2feb89 100644 --- a/integration-tests/test-environment/test-setup.lua +++ b/integration-tests/test-environment/test-setup.lua @@ -28,6 +28,8 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then end vim.opt.rtp:prepend(lazypath) +vim.opt.rtp:prepend('../../') + -- Make sure to setup `mapleader` and `maplocalleader` before -- loading lazy.nvim so that mappings are correct. -- This is also a good place to setup other settings (vim.opt)