Skip to content

Commit

Permalink
fixup! feat: support XDG_CACHE_HOME and XDG_DATA_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jan 12, 2025
1 parent 8360e17 commit 6e0dff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/nextls/install_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ describe("install", function()
local screen = Screen.new()
screen:attach()
exec_lua([[
vim.cmd.colorscheme("vim")
vim.g.next_ls_cache_dir = "./spec/fixtures/basic/bin"
vim.g.next_ls_data_dir = "./spec/fixtures/basic/data"
vim.g.next_ls_default_bin = "./spec/fixtures/basic/bin/nextls"
Expand Down Expand Up @@ -102,7 +103,7 @@ describe("install", function()
|
]],
attr_ids = {
[1] = { foreground = Screen.colors.NvimLightGrey4 },
[1] = { bold = true, foreground = Screen.colors.Blue1 },
},
}
end)
Expand Down

0 comments on commit 6e0dff3

Please sign in to comment.