No description
Find a file
Barrett Ruth 01248ffcff chore: add project configs
- Add CI workflows (format, lint, typecheck)
- Add quality workflow
- Add luarocks publishing workflow
- Add pre-commit configuration
- Add issue templates (bug report, feature request)
- Add .editorconfig, .gitignore, .luarc.json
- Add selene.toml and vim.toml for linting
- Add luarocks rockspec
- Rename .stylua.toml to stylua.toml
2026-02-03 21:16:52 -05:00
.github chore: add project configs 2026-02-03 21:16:52 -05:00
doc docs: add snacks.nvim mention to readme 2026-02-03 20:40:24 -05:00
lua fix: suppress deprecation stack trace for cleaner UX 2026-02-03 21:06:00 -05:00
plugin refactor: use vim.g config and lazy loading 2026-02-03 20:12:54 -05:00
.editorconfig chore: add project configs 2026-02-03 21:16:52 -05:00
.gitignore chore: add project configs 2026-02-03 21:16:52 -05:00
.luarc.json chore: add project configs 2026-02-03 21:16:52 -05:00
.pre-commit-config.yaml chore: add project configs 2026-02-03 21:16:52 -05:00
http-codes.nvim-scm-1.rockspec chore: add project configs 2026-02-03 21:16:52 -05:00
readme.md docs: add snacks.nvim mention to readme 2026-02-03 20:40:24 -05:00
selene.toml chore: add project configs 2026-02-03 21:16:52 -05:00
stylua.toml chore: add project configs 2026-02-03 21:16:52 -05:00
vim.toml chore: add project configs 2026-02-03 21:16:52 -05:00

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