mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2024-06-25
This commit is contained in:
6
lua/plugins/http-codes.lua
Normal file
6
lua/plugins/http-codes.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"barrett-ruth/http-codes.nvim",
|
||||
dependencies = { "nvim-telescope/telescope.nvim" },
|
||||
keys = { { "<leader>pdh", vim.cmd.HTTPCodes, desc = "[H]TTP" } },
|
||||
config = true,
|
||||
}
|
||||
Reference in New Issue
Block a user