Skip to content

Commit aabe7c5

Browse files
authored
Merge pull request #100 from JKHarley/fix-syntax-error-in-lazyvim-installation-details
Fix syntax error in LazyVim installation details
2 parents e4f39d9 + 5497024 commit aabe7c5

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,19 @@ return {
3333
},
3434
event = { "VeryLazy" },
3535
opts = {
36-
features = {
37-
null_ls = {
38-
enable = true,
39-
},
40-
route_info = {
41-
enable = true, --- to enable the laravel.nvim virtual text
42-
position = 'right', --- where to show the info (available options 'right', 'top')
43-
middlewares = true, --- wheather to show the middlewares section in the info
44-
method = true, --- wheather to show the method section in the info
45-
uri = true --- wheather to show the uri section in the info
46-
},
36+
features = {
37+
null_ls = {
38+
enable = true,
39+
},
40+
route_info = {
41+
enable = true, --- to enable the laravel.nvim virtual text
42+
position = 'right', --- where to show the info (available options 'right', 'top')
43+
middlewares = true, --- wheather to show the middlewares section in the info
44+
method = true, --- wheather to show the method section in the info
45+
uri = true --- wheather to show the uri section in the info
4746
},
4847
},
49-
}
48+
},
5049
config = true,
5150
}
5251
```

0 commit comments

Comments
 (0)