Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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