No description
| doc | ||
| lua | ||
| plugin | ||
| .stylua.toml | ||
| readme.md | ||
http-codes.nvim
Quickly investigate HTTP status codes with the help of Mozilla, with telescope, fzf-lua, and snacks.nvim integrations.
Installation
Install using your package manager of choice or via luarocks:
luarocks install http-codes.nvim
Dependencies
One of:
Configuration
Configure via vim.g.http_codes before the plugin loads:
vim.g.http_codes = {
use = 'fzf-lua', -- or 'snacks' or 'telescope', auto-detected by default
open_url = 'xdg-open %s', -- OS-specific by default
}
| OS | Default open_url |
|---|---|
| Windows | start %s |
| macOS | open %s |
| Linux | xdg-open %s |
Usage
:HTTPCodes
Documentation
:help http-codes.nvim