Skip to content

Commit

Permalink
feat(#7): updatet test init
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumfate committed Aug 21, 2023
1 parent c776b6f commit b6b7f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/minimal_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local path_sep = vim.loop.os_uname().version:match("Windows") and "\\" or "/"
local base_dir = os.getenv("QUANTUMVIM_RTP_DIR")
local tests_dir = base_dir .. path_sep .. "tests"

vim.opt.rtp:append(base_dir)
vim.opt.rtp:append(tests_dir)
require("qvim.bootstrap"):init()

Expand Down

0 comments on commit b6b7f39

Please sign in to comment.