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 6ee3831 commit 9d549d6Copy full SHA for 9d549d6
1 file changed
tests/projectionist_spec.lua
@@ -5,6 +5,9 @@ describe("projectionist", function()
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
11
require("elixir.projectionist").setup()
12
vim.cmd.edit("project_a/lib/module.ex")
13
end)
0 commit comments