mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Remove SimpylFold
This commit is contained in:
parent
cc95d4b47b
commit
5c9bfa3dca
@ -57,9 +57,6 @@ Plug 'numirias/semshi', { 'do': ':UpdateRemotePlugins' }
|
|||||||
|
|
||||||
" Python indent (follows the PEP8 style)
|
" Python indent (follows the PEP8 style)
|
||||||
Plug 'Vimjas/vim-python-pep8-indent', {'for': 'python'}
|
Plug 'Vimjas/vim-python-pep8-indent', {'for': 'python'}
|
||||||
|
|
||||||
" Python code folding
|
|
||||||
Plug 'tmhedberg/SimpylFold', { 'for': 'python' }
|
|
||||||
"}}
|
"}}
|
||||||
|
|
||||||
"{{ Search related plugins
|
"{{ 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
|
" Do not show error sign since neomake is specicialized for that
|
||||||
let g:semshi#error_sign=v:false
|
let g:semshi#error_sign=v:false
|
||||||
|
|
||||||
"""""""""""""""""""""""""" simpylFold settings """""""""""""""""""""""""""""""
|
|
||||||
" Do not fold docstring
|
|
||||||
let g:SimpylFold_fold_docstring = 0
|
|
||||||
"}}
|
"}}
|
||||||
|
|
||||||
"{{ Search related
|
"{{ Search related
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user