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 6e0dff3 commit 3df2ad1
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions spec/nextls/install_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ 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 All @@ -92,19 +91,16 @@ describe("install", function()
Enum.map([:one, :two], &Function.identity/1) |
end |
end |
{1:~ }|
{1:~ }|
{1:~ }|
{1:~ }|
{1:~ }|
{1:~ }|
{1:~ }|
{1:~ }|
~ |
~ |
~ |
~ |
~ |
~ |
~ |
~ |
|
]],
attr_ids = {
[1] = { bold = true, foreground = Screen.colors.Blue1 },
},
}
end)
end)

0 comments on commit 3df2ad1

Please sign in to comment.