aboutsummaryrefslogtreecommitdiff
path: root/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2019-12-24 23:51:00 +0800
committerjdhao <jdhao@hotmail.com>2019-12-24 23:51:00 +0800
commit5c9bfa3dca9c31cdcf417e3918aa0b7336d7e58f (patch)
tree23c05283bf835d4ee4efeb78de023fc9a2f352f1 /plugins.vim
parentcc95d4b47b9b8facb93dad4d06bb709f21e6d373 (diff)
Remove SimpylFold
Diffstat (limited to 'plugins.vim')
-rw-r--r--plugins.vim7
1 files changed, 0 insertions, 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