Feat(Vim): Add python folding
This commit is contained in:
parent
b111bc3bf2
commit
b0e8a91c5f
@ -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
1
files/zshrc.local.old
Normal file
@ -0,0 +1 @@
|
||||
PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"
|
Loading…
Reference in New Issue
Block a user