From 9003279fe8f60b520ea3966c5eb442a39b351f75 Mon Sep 17 00:00:00 2001 From: whalecold Date: Mon, 25 Mar 2019 01:26:56 +0800 Subject: [PATCH 1/3] update: plugin klen/python-mode already change to python-mode/python-mode --- .vimrc.bundles | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc.bundles b/.vimrc.bundles index 997ae9623..d855236bc 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -202,7 +202,7 @@ " Python { if count(g:spf13_bundle_groups, 'python') " Pick either python-mode or pyflakes & pydoc - Bundle 'klen/python-mode' + Bundle 'python-mode/python-mode' Bundle 'yssource/python.vim' Bundle 'python_match.vim' Bundle 'pythoncomplete' @@ -244,7 +244,7 @@ " HTML { if count(g:spf13_bundle_groups, 'html') - Bundle 'amirh/HTML-AutoCloseTag' + Bundle 'alvan/vim-closetag' Bundle 'hail2u/vim-css3-syntax' Bundle 'gorodinskiy/vim-coloresque' Bundle 'tpope/vim-haml' From 3575b47bf4e5baad007edabe570b29bfb231f78c Mon Sep 17 00:00:00 2001 From: whalecold Date: Sat, 29 Aug 2020 19:27:00 +0800 Subject: [PATCH 2/3] add vimrc.local --- .vimrc.local | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .vimrc.local diff --git a/.vimrc.local b/.vimrc.local new file mode 100644 index 000000000..05eba3d29 --- /dev/null +++ b/.vimrc.local @@ -0,0 +1,2 @@ +:set mmp=5000 +:set nu From 8757a812a1497ec84ff5dd080c3a5a360fe50b97 Mon Sep 17 00:00:00 2001 From: whalecold Date: Sat, 29 Aug 2020 19:42:10 +0800 Subject: [PATCH 3/3] add vim-go --- .vimrc.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc.local b/.vimrc.local index 05eba3d29..060f6c2b7 100644 --- a/.vimrc.local +++ b/.vimrc.local @@ -1,2 +1,4 @@ :set mmp=5000 :set nu + +Plugin 'fatih/vim-go'