25 lines
600 B
Markdown
25 lines
600 B
Markdown
# http-codes.nvim
|
|
|
|
Quickly investigate HTTP status codes with [Mozilla](https://developer.mozilla.org/en-US/docs/Web/HTTP), with telescope, fzf-lua, and snacks.nvim integrations.
|
|
|
|
## Installation
|
|
|
|
Install with your package manager or via
|
|
[luarocks](https://luarocks.org/modules/barrettruth/http-codes.nvim):
|
|
|
|
```
|
|
luarocks install http-codes.nvim
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
One of:
|
|
- [fzf-lua](https://github.com/ibhagwan/fzf-lua)
|
|
- [snacks.nvim](https://github.com/folke/snacks.nvim)
|
|
- [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)
|
|
|
|
## Documentation
|
|
|
|
```vim
|
|
:help http-codes.nvim
|
|
```
|