From 9239340ef4276539f6a7e9b973159e7d6ff2bba0 Mon Sep 17 00:00:00 2001 From: Yuta Katayama <8683947+yutkat@users.noreply.github.com> Date: Thu, 25 May 2023 09:33:20 +0900 Subject: [PATCH] Add --- neovim-lua-library.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/neovim-lua-library.md b/neovim-lua-library.md index 3c545f9..4dd167e 100644 --- a/neovim-lua-library.md +++ b/neovim-lua-library.md @@ -7,6 +7,7 @@ - [Log](#log) - [async](#async) - [Coroutine](#coroutine) +- [String](#string) - [File](#file) * [path-trie](#path-trie) - [UI](#ui) @@ -68,6 +69,10 @@ - [idanarye/nvim-channelot](https://github.com/idanarye/nvim-channelot) ![](https://img.shields.io/github/stars/idanarye/nvim-channelot) ![](https://img.shields.io/github/last-commit/idanarye/nvim-channelot) ![](https://img.shields.io/github/commit-activity/y/idanarye/nvim-channelot) +## String + +- [jsMRSoL/txtin.nvim](https://github.com/jsMRSoL/txtin.nvim) ![](https://img.shields.io/github/stars/jsMRSoL/txtin.nvim) ![](https://img.shields.io/github/last-commit/jsMRSoL/txtin.nvim) ![](https://img.shields.io/github/commit-activity/y/jsMRSoL/txtin.nvim) + ## File - [nvim-lua/plenary.nvim(file)](https://github.com/nvim-lua/plenary.nvim) ![](https://img.shields.io/github/stars/nvim-lua/plenary.nvim) ![](https://img.shields.io/github/last-commit/nvim-lua/plenary.nvim) ![](https://img.shields.io/github/commit-activity/y/nvim-lua/plenary.nvim)