File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
tests/test-sources/plugins/lazyloading Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 12
12
lazy-load-neovim-plugin-configured =
13
13
{ config , lib , ... } :
14
14
{
15
+ test . runNvim = false ;
15
16
plugins = {
16
17
lz-n = {
17
18
enable = true ;
59
60
lazy-load-lz-n-configured =
60
61
{ config , lib , ... } :
61
62
{
63
+ test . runNvim = false ;
62
64
plugins = {
63
65
codesnap = {
64
66
enable = true ;
139
141
dont-lazy-load-colorscheme-automatically =
140
142
{ config , ... } :
141
143
{
144
+ test . runNvim = false ;
142
145
colorschemes . catppuccin . enable = true ;
143
146
plugins = {
144
147
lz-n = {
157
160
dont-lazy-load-unconfigured =
158
161
{ config , ... } :
159
162
{
163
+ test . runNvim = false ;
160
164
plugins = {
161
165
neotest = {
162
166
enable = true ;
179
183
lazy-load-colorscheme-properly =
180
184
{ config , lib , ... } :
181
185
{
186
+ test . runNvim = false ;
182
187
colorschemes . catppuccin = {
183
188
enable = true ;
184
189
lazyLoad . enable = true ;
213
218
lazy-load-enabled-automatically =
214
219
{ config , ... } :
215
220
{
221
+ test . runNvim = false ;
216
222
plugins = {
217
223
lz-n = {
218
224
enable = true ;
254
260
wrap-functionless-luaConfig =
255
261
{ config , ... } :
256
262
{
263
+ test . runNvim = false ;
257
264
plugins = {
258
265
lz-n = {
259
266
enable = true ;
290
297
use-provided-raw-after =
291
298
{ config , ... } :
292
299
{
300
+ test . runNvim = false ;
293
301
plugins = {
294
302
lz-n = {
295
303
enable = true ;
You can’t perform that action at this time.
0 commit comments