Feat(Vim): Add python folding

This commit is contained in:
Bertrand Benjamin 2018-11-27 18:04:45 +01:00
parent b111bc3bf2
commit b0e8a91c5f
2 changed files with 5 additions and 0 deletions

View File

@ -73,6 +73,10 @@ Plug 'junegunn/fzf.vim'
" Tmux integration
Plug 'christoomey/vim-tmux-navigator'
" Python folding
Plug 'kalekundert/vim-coiled-snake'
Plug 'Konfekt/FastFold'
" Touch typing
" Plug 'vim-scripts/TTCoach'

1
files/zshrc.local.old Normal file
View File

@ -0,0 +1 @@
PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"