Skip to content

Commit 3eac59a

Browse files
authored
Merge pull request #23 from QuantumVim/7-feat-runtime-path-modifications-and-user-config-after-directory
feat(#7): updatet test init
2 parents a61f095 + b6b7f39 commit 3eac59a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/minimal_init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ local path_sep = vim.loop.os_uname().version:match("Windows") and "\\" or "/"
22
local base_dir = os.getenv("QUANTUMVIM_RTP_DIR")
33
local tests_dir = base_dir .. path_sep .. "tests"
44

5+
vim.opt.rtp:append(base_dir)
56
vim.opt.rtp:append(tests_dir)
67
require("qvim.bootstrap"):init()
78

0 commit comments

Comments
 (0)