From 0e336a5f3e9e6e4cd6dd197785373afea9b43b1e Mon Sep 17 00:00:00 2001 From: Yuta Katayama <8683947+yutkat@users.noreply.github.com> Date: Sat, 30 Apr 2022 16:19:28 +0900 Subject: [PATCH] Update categories --- README.md | 12 +++++------- toy.md | 11 +++++++++++ 2 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 toy.md diff --git a/README.md b/README.md index daba6a8..bd5071a 100644 --- a/README.md +++ b/README.md @@ -157,13 +157,13 @@ - [Presentation](#presentation) - [Desktop Integration](#desktop-integration) - [Analytics](#analytics) - - [Joke](#joke) - - [Neovim Lua Library](#neovim-lua-library) - [Language specific](#language-specific) + - [Neovim Lua Library](#neovim-lua-library) - [Neovim Lua Development](#neovim-lua-development) - [Colorscheme](#colorscheme) - [Neovim Distribution](#neovim-distribution) - [GUI](#gui) + - [Toy](#toy) ## Plugin Manager @@ -884,14 +884,10 @@ ### Analytics -### Joke - -- [tamton-aquib/duck.nvim](https://github.com/tamton-aquib/duck.nvim) ![](https://img.shields.io/github/stars/tamton-aquib/duck.nvim) ![](https://img.shields.io/github/last-commit/tamton-aquib/duck.nvim) ![](https://img.shields.io/github/commit-activity/y/tamton-aquib/duck.nvim) +## [Language specific](./language-specific.md) ## [Neovim Lua Library](./neovim-lua-library.md) -## [Language specific](./language-specific.md) - ## [Neovim Lua Development](./neovim-lua-development.md) ## [Colorscheme](./colorscheme.md) @@ -899,3 +895,5 @@ ## [Neovim Distribution](./neovim-distribution.md) ## [GUI](./gui.md) + +## [Toy](./toy.md) diff --git a/toy.md b/toy.md new file mode 100644 index 0000000..4ae5f1b --- /dev/null +++ b/toy.md @@ -0,0 +1,11 @@ +# Table of Contents + +- [Table of Contents](#table-of-contents) +- [Toy](#toy) + - [Joke](#joke) + +# Toy + +### Joke + +- [tamton-aquib/duck.nvim](https://github.com/tamton-aquib/duck.nvim) ![](https://img.shields.io/github/stars/tamton-aquib/duck.nvim) ![](https://img.shields.io/github/last-commit/tamton-aquib/duck.nvim) ![](https://img.shields.io/github/commit-activity/y/tamton-aquib/duck.nvim)