Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 9cbf5d5

Browse files
community: rest-nvim http client for REST endpoint tests
Create `*.http` file with GET | POST | .. commands to call local or remote endpoints Uses http and json treesitter parsers Add json parser to treesitter ensure config
1 parent d0ac34b commit 9cbf5d5

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Unreleased
22
## Added
33
- community: nvim-jqx plugin to view JSON files in neovim
4+
- community: rest-nvim plugin to call REST endpoints from neovim
5+
46

57
# 2023-07-08
68
## Changed

plugins/community.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ return {
8282
-- ----------------------------------------------
8383
-- Programing Language support
8484
{ import = "astrocommunity.programming-language-support.nvim-jqx" },
85+
{ import = "astrocommunity.programming-language-support.rest-nvim" },
8586
-- ----------------------------------------------
8687

8788
-- ----------------------------------------------

plugins/treesitter.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ return {
1010
"graphql",
1111
"http",
1212
"jq",
13+
"json",
1314
"make",
1415
"markdown",
1516
"markdown_inline",

0 commit comments

Comments
 (0)