Skip to content

Commit 24e1a54

Browse files
committed
add commenter and sinpmate
1 parent e0c33f4 commit 24e1a54

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vimrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,18 @@ set nocompatible " be iMproved
1313
set softtabstop=2
1414
set shiftwidth=2
1515
set expandtab
16-
16+
let mapleader= ","
17+
" EasyMotion_leader_key .
1718
" My Bundles here:
1819
"
1920
" original repos on github
2021
Bundle 'tpope/vim-fugitive'
2122
Bundle 'Lokaltog/vim-easymotion'
2223
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
2324
Bundle 'tpope/vim-rails.git'
25+
Bundle 'mattn/zencoding-vim'
26+
Bundle 'msanders/snipmate.vim'
27+
Bundle 'vim-scripts/The-NERD-Commenter'
2428
" vim-scripts repos
2529
Bundle 'L9'
2630
Bundle 'FuzzyFinder'

0 commit comments

Comments
 (0)