1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Removed documentation for Python2.7. There is pydoc 2/3 on the OS anyway.

This commit is contained in:
2021-01-11 19:48:19 +01:00
parent 13ffbedd0e
commit 2d23c3cb04

1
vimrc
View File

@@ -57,7 +57,6 @@ Plug 'tpope/vim-surround'
Plug 'vim-scripts/DrawIt' Plug 'vim-scripts/DrawIt'
Plug 'vim-scripts/JavaScript-Indent', { 'for': 'javascript' } Plug 'vim-scripts/JavaScript-Indent', { 'for': 'javascript' }
Plug 'vim-scripts/LanguageTool' Plug 'vim-scripts/LanguageTool'
Plug 'vim-scripts/Python-2.x-Standard-Library-Reference', { 'for': 'python' }
Plug 'vim-scripts/ShowMarks' Plug 'vim-scripts/ShowMarks'
Plug 'vim-scripts/indentpython', { 'for': 'python' } Plug 'vim-scripts/indentpython', { 'for': 'python' }
Plug 'vim-scripts/loremipsum' Plug 'vim-scripts/loremipsum'