We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d549d6 commit 2b589baCopy full SHA for 2b589ba
1 file changed
tests/projectionist_spec.lua
@@ -4,10 +4,10 @@ describe("projectionist", function()
4
vim.fn.system([[rm -rf ]] .. tmp_dir)
5
vim.fn.system([[mkdir -p ]] .. tmp_dir)
6
vim.fn.system([[cp -r tests/fixtures/ ]] .. tmp_dir)
7
- vim.cmd.cd(tmp_dir .. "/project_a")
8
vim.print("===========")
9
vim.print(vim.opt.cdpath:get())
10
+ vim.cmd.cd(tmp_dir .. "/project_a")
11
require("elixir.projectionist").setup()
12
vim.cmd.edit("project_a/lib/module.ex")
13
end)
0 commit comments