Skip to content

Commit

Permalink
Fix syntax error in LazyVim installation details
Browse files Browse the repository at this point in the history
  • Loading branch information
JKHarley authored Sep 1, 2024
1 parent e4f39d9 commit 5497024
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 5497024

Please sign in to comment.