We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a61f095 + b6b7f39 commit 3eac59aCopy full SHA for 3eac59a
tests/minimal_init.lua
@@ -2,6 +2,7 @@ local path_sep = vim.loop.os_uname().version:match("Windows") and "\\" or "/"
2
local base_dir = os.getenv("QUANTUMVIM_RTP_DIR")
3
local tests_dir = base_dir .. path_sep .. "tests"
4
5
+vim.opt.rtp:append(base_dir)
6
vim.opt.rtp:append(tests_dir)
7
require("qvim.bootstrap"):init()
8
0 commit comments