From 00231cae24b631605be21edcdc3af936187602cf Mon Sep 17 00:00:00 2001 From: Yuta Katayama <8683947+yutkat@users.noreply.github.com> Date: Mon, 12 Dec 2022 09:54:23 +0900 Subject: [PATCH] Add --- README.md | 1 + neovim-lua-library.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 051f11b..5ed977b 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ ## Completion - [atusy/telescomp.nvim](https://github.com/atusy/telescomp.nvim) ![](https://img.shields.io/github/stars/atusy/telescomp.nvim) ![](https://img.shields.io/github/last-commit/atusy/telescomp.nvim) ![](https://img.shields.io/github/commit-activity/y/atusy/telescomp.nvim) +- [kiyoon/telescope-insert-path.nvim](https://github.com/kiyoon/telescope-insert-path.nvim) ![](https://img.shields.io/github/stars/kiyoon/telescope-insert-path.nvim) ![](https://img.shields.io/github/last-commit/kiyoon/telescope-insert-path.nvim) ![](https://img.shields.io/github/commit-activity/y/kiyoon/telescope-insert-path.nvim) ## [LSP](./lsp.md) diff --git a/neovim-lua-library.md b/neovim-lua-library.md index eae89f1..7c32a3f 100644 --- a/neovim-lua-library.md +++ b/neovim-lua-library.md @@ -14,6 +14,7 @@ - [Error handling](#error-handling) - [Assert](#assert) - [REST](#rest) + - [GRPC](#grpc) - [WebSocket](#websocket) - [JSON](#json) - [Require](#require) @@ -89,6 +90,10 @@ - [NTBBloodbath/rest.nvim](https://github.com/NTBBloodbath/rest.nvim) ![](https://img.shields.io/github/stars/NTBBloodbath/rest.nvim) ![](https://img.shields.io/github/last-commit/NTBBloodbath/rest.nvim) ![](https://img.shields.io/github/commit-activity/y/NTBBloodbath/rest.nvim) +## GRPC + +- [hudclark/grpc-nvim](https://github.com/hudclark/grpc-nvim) ![](https://img.shields.io/github/stars/hudclark/grpc-nvim) ![](https://img.shields.io/github/last-commit/hudclark/grpc-nvim) ![](https://img.shields.io/github/commit-activity/y/hudclark/grpc-nvim) + ## WebSocket - [rohanorton/ws.nvim](https://github.com/rohanorton/ws.nvim) ![](https://img.shields.io/github/stars/rohanorton/ws.nvim) ![](https://img.shields.io/github/last-commit/rohanorton/ws.nvim) ![](https://img.shields.io/github/commit-activity/y/rohanorton/ws.nvim)