Skip to content

Commit

Permalink
Merge pull request #100 from JKHarley/fix-syntax-error-in-lazyvim-ins…
Browse files Browse the repository at this point in the history
…tallation-details

Fix syntax error in LazyVim installation details
  • Loading branch information
adalessa authored Sep 2, 2024
2 parents e4f39d9 + 5497024 commit aabe7c5
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,19 @@ return {
},
event = { "VeryLazy" },
opts = {
features = {
null_ls = {
enable = true,
},
route_info = {
enable = true, --- to enable the laravel.nvim virtual text
position = 'right', --- where to show the info (available options 'right', 'top')
middlewares = true, --- wheather to show the middlewares section in the info
method = true, --- wheather to show the method section in the info
uri = true --- wheather to show the uri section in the info
},
features = {
null_ls = {
enable = true,
},
route_info = {
enable = true, --- to enable the laravel.nvim virtual text
position = 'right', --- where to show the info (available options 'right', 'top')
middlewares = true, --- wheather to show the middlewares section in the info
method = true, --- wheather to show the method section in the info
uri = true --- wheather to show the uri section in the info
},
},
}
},
config = true,
}
```
Expand Down

0 comments on commit aabe7c5

Please sign in to comment.