File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ describe("install", function()
74
74
local screen = Screen .new ()
75
75
screen :attach ()
76
76
exec_lua ([[
77
- vim.cmd.colorscheme("vim")
78
77
vim.g.next_ls_cache_dir = "./spec/fixtures/basic/bin"
79
78
vim.g.next_ls_data_dir = "./spec/fixtures/basic/data"
80
79
vim.g.next_ls_default_bin = "./spec/fixtures/basic/bin/nextls"
@@ -92,19 +91,16 @@ describe("install", function()
92
91
Enum.map([:one, :two], &Function.identity/1) |
93
92
end |
94
93
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
+ ~ |
103
102
|
104
103
]] ,
105
- attr_ids = {
106
- [1 ] = { bold = true , foreground = Screen .colors .Blue1 },
107
- },
108
104
}
109
105
end )
110
106
end )
You can’t perform that action at this time.
0 commit comments