From 0c3badbc8b1fbe31ed5b422ba8f5c66ea6f7a9bf Mon Sep 17 00:00:00 2001 From: LintaoAmons Date: Tue, 23 Jul 2024 18:39:03 +0800 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80e5e1b..a605a03 100644 --- a/README.md +++ b/README.md @@ -90,13 +90,19 @@ vim.keymap.set("n", "", "Scratch") vim.keymap.set("n", "", "ScratchOpen") ``` -## FIND MORE USER FRIENDLY PLUGINS MADE BY ME +## CONTRIBUTING +Don't hesitate to ask me anything about the codebase if you want to contribute. + +By [telegram](https://t.me/+ssgpiHyY9580ZWFl) or [微信: CateFat](https://lintao-index.pages.dev/assets/images/wechat-437d6c12efa9f89bab63c7fe07ce1927.png) + +## Some Other Neovim Stuff + +- [my neovim config](https://github.com/LintaoAmons/CoolStuffes/tree/main/nvim/.config/nvim) - [scratch.nvim](https://github.com/LintaoAmons/scratch.nvim) -- [easy-commands.nvim](https://github.com/LintaoAmons/easy-commands.nvim) - [cd-project.nvim](https://github.com/LintaoAmons/cd-project.nvim) - [bookmarks.nvim](https://github.com/LintaoAmons/bookmarks.nvim) -- [plugin-template.nvim](https://github.com/LintaoAmons/plugin-template.nvim) +- [context-menu.nvim](https://github.com/LintaoAmons/context-menu.nvim) ---