From 08d3768e40abd692c0d04566b829cec1392bbd59 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 9 Aug 2021 01:43:07 +0800 Subject: Add more resources --- docs/nvim_resources.md | 18 ++++++++++++++++++ docs/vim_resources.md | 16 ---------------- 2 files changed, 18 insertions(+), 16 deletions(-) create mode 100644 docs/nvim_resources.md delete mode 100644 docs/vim_resources.md diff --git a/docs/nvim_resources.md b/docs/nvim_resources.md new file mode 100644 index 0000000..47c9156 --- /dev/null +++ b/docs/nvim_resources.md @@ -0,0 +1,18 @@ +Below are a list of resources that inspire me. This list is non-exhaustive as I +can not remember the source of many settings. + +- [From .vimrc to .vim](https://vimways.org/2018/from-vimrc-to-vim/) +- http://stevelosh.com/blog/2010/09/coming-home-to-vim/ +- https://github.com/tamlok/tvim/blob/master/.vimrc +- https://nvie.com/posts/how-i-boosted-my-vim/ +- https://blog.carbonfive.com/2011/10/17/vim-text-objects-the-definitive-guide/ +- https://sanctum.geek.nz/arabesque/vim-anti-patterns/ +- https://github.com/gkapfham/dotfiles/blob/master/.vimrc +- https://google.github.io/styleguide/vimscriptguide.xml +- https://github.com/romainl/idiomatic-vimrc +- https://github.com/mhinz/vim-galore +- 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/) diff --git a/docs/vim_resources.md b/docs/vim_resources.md deleted file mode 100644 index 1aa821f..0000000 --- a/docs/vim_resources.md +++ /dev/null @@ -1,16 +0,0 @@ -Below are a list of resources that inspire me. This list is non-exhaustive as I -can not remember the source of many settings. - -- [From .vimrc to .vim](https://vimways.org/2018/from-vimrc-to-vim/) -- http://stevelosh.com/blog/2010/09/coming-home-to-vim/ -- https://github.com/tamlok/tvim/blob/master/.vimrc -- https://nvie.com/posts/how-i-boosted-my-vim/ -- https://blog.carbonfive.com/2011/10/17/vim-text-objects-the-definitive-guide/ -- https://sanctum.geek.nz/arabesque/vim-anti-patterns/ -- https://github.com/gkapfham/dotfiles/blob/master/.vimrc -- https://google.github.io/styleguide/vimscriptguide.xml -- https://github.com/romainl/idiomatic-vimrc -- https://github.com/mhinz/vim-galore -- https://learnvimscriptthehardway.stevelosh.com/ -- https://vimways.org/2018/from-vimrc-to-vim/ -- [vim script for Python developers](https://github.com/yegappan/VimScriptForPythonDevelopers) -- cgit v1.2.3