File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments