From b0e8a91c5f670dde8b3e17f5066b033cf428c2e9 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 27 Nov 2018 18:04:45 +0100 Subject: [PATCH] Feat(Vim): Add python folding --- files/vimrc | 4 ++++ files/zshrc.local.old | 1 + 2 files changed, 5 insertions(+) create mode 100644 files/zshrc.local.old diff --git a/files/vimrc b/files/vimrc index 4eff4c1..63c4ba8 100644 --- a/files/vimrc +++ b/files/vimrc @@ -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' diff --git a/files/zshrc.local.old b/files/zshrc.local.old new file mode 100644 index 0000000..27cd594 --- /dev/null +++ b/files/zshrc.local.old @@ -0,0 +1 @@ +PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"