From 2d23c3cb04233c6172d337d2e62353bd1ed03578 Mon Sep 17 00:00:00 2001 From: gryf Date: Mon, 11 Jan 2021 19:48:19 +0100 Subject: [PATCH] Removed documentation for Python2.7. There is pydoc 2/3 on the OS anyway. --- vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vimrc b/vimrc index 474856f..62aa4e1 100644 --- a/vimrc +++ b/vimrc @@ -57,7 +57,6 @@ Plug 'tpope/vim-surround' Plug 'vim-scripts/DrawIt' Plug 'vim-scripts/JavaScript-Indent', { 'for': 'javascript' } Plug 'vim-scripts/LanguageTool' -Plug 'vim-scripts/Python-2.x-Standard-Library-Reference', { 'for': 'python' } Plug 'vim-scripts/ShowMarks' Plug 'vim-scripts/indentpython', { 'for': 'python' } Plug 'vim-scripts/loremipsum'