From 08d3768e40abd692c0d04566b829cec1392bbd59 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 9 Aug 2021 01:43:07 +0800 Subject: [PATCH] Add more resources --- docs/{vim_resources.md => nvim_resources.md} | 2 ++ 1 file changed, 2 insertions(+) rename docs/{vim_resources.md => nvim_resources.md} (76%) diff --git a/docs/vim_resources.md b/docs/nvim_resources.md similarity index 76% rename from docs/vim_resources.md rename to docs/nvim_resources.md index 1aa821f..47c9156 100644 --- a/docs/vim_resources.md +++ b/docs/nvim_resources.md @@ -14,3 +14,5 @@ can not remember the source of many settings. - https://learnvimscriptthehardway.stevelosh.com/ - https://vimways.org/2018/from-vimrc-to-vim/ - [vim script for Python developers](https://github.com/yegappan/VimScriptForPythonDevelopers) +- [Awesome neovim](https://github.com/rockerBOO/awesome-neovim): extensive list of neovim resources (plugins, mostly). +- [What is your favorite plugins for Nvim 0.5](https://www.reddit.com/r/neovim/comments/o20w3z/what_are_your_favorite_neovim_plugins_exclusive/)