From b7ce7eed4a653048d1b533801a04b1dcc1d7bf17 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 9 Jan 2021 14:14:56 +0800 Subject: [PATCH] update resource doc --- docs/vim_resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vim_resources.md b/docs/vim_resources.md index 0055dea..4a94f77 100644 --- a/docs/vim_resources.md +++ b/docs/vim_resources.md @@ -12,3 +12,4 @@ can not remember the source of many settings. - 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)