Skip to content

Commit 3df2ad1

Browse files
committed
fixup! feat: support XDG_CACHE_HOME and XDG_DATA_HOME
1 parent 6e0dff3 commit 3df2ad1

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

spec/nextls/install_spec.lua

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ describe("install", function()
7474
local screen = Screen.new()
7575
screen:attach()
7676
exec_lua([[
77-
vim.cmd.colorscheme("vim")
7877
vim.g.next_ls_cache_dir = "./spec/fixtures/basic/bin"
7978
vim.g.next_ls_data_dir = "./spec/fixtures/basic/data"
8079
vim.g.next_ls_default_bin = "./spec/fixtures/basic/bin/nextls"
@@ -92,19 +91,16 @@ describe("install", function()
9291
Enum.map([:one, :two], &Function.identity/1) |
9392
end |
9493
end |
95-
{1:~ }|
96-
{1:~ }|
97-
{1:~ }|
98-
{1:~ }|
99-
{1:~ }|
100-
{1:~ }|
101-
{1:~ }|
102-
{1:~ }|
94+
~ |
95+
~ |
96+
~ |
97+
~ |
98+
~ |
99+
~ |
100+
~ |
101+
~ |
103102
|
104103
]],
105-
attr_ids = {
106-
[1] = { bold = true, foreground = Screen.colors.Blue1 },
107-
},
108104
}
109105
end)
110106
end)

0 commit comments

Comments
 (0)