From 5c9bfa3dca9c31cdcf417e3918aa0b7336d7e58f Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 24 Dec 2019 23:51:00 +0800 Subject: [PATCH] Remove SimpylFold --- plugins.vim | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins.vim b/plugins.vim index 7e42544..a9ea547 100644 --- a/plugins.vim +++ b/plugins.vim @@ -57,9 +57,6 @@ Plug 'numirias/semshi', { 'do': ':UpdateRemotePlugins' } " Python indent (follows the PEP8 style) Plug 'Vimjas/vim-python-pep8-indent', {'for': 'python'} - -" Python code folding -Plug 'tmhedberg/SimpylFold', { 'for': 'python' } "}} "{{ Search related plugins @@ -415,10 +412,6 @@ let g:semshi#mark_selected_nodes=0 " Do not show error sign since neomake is specicialized for that let g:semshi#error_sign=v:false - -"""""""""""""""""""""""""" simpylFold settings """"""""""""""""""""""""""""""" -" Do not fold docstring -let g:SimpylFold_fold_docstring = 0 "}} "{{ Search related