This commit is contained in:
RingOfStorms (Joshua Bell) 2023-08-13 21:18:51 -05:00
parent f607bde009
commit d7d4d85972
5 changed files with 270 additions and 268 deletions

View file

@ -2,6 +2,9 @@ return {
"rest-nvim/rest.nvim",
event = "BufEnter *.http",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
encode_url = false,
},
keys = {
{
"<leader>r",