We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d90bcf commit 139b4c3Copy full SHA for 139b4c3
README.md
@@ -102,6 +102,21 @@ use {
102
}
103
```
104
105
+### [lazy.nvim](https://github.com/folke/lazy.nvim)
106
+
107
+```lua
108
+-- plugins/rest.lua
109
+return {
110
+ "rest-nvim/rest.nvim",
111
+ dependencies = { { "nvim-lua/plenary.nvim" } },
112
+ config = function()
113
+ require("rest-nvim").setup({
114
+ --- Get the same options from Packer setup
115
+ })
116
+ end
117
+}
118
+```
119
120
### Tree-Sitter parser
121
122
We are using a Tree-Sitter parser for our HTTP files, in order to get the correct syntax highlighting
0 commit comments