Add vim-multiple-cursors plugin

This commit is contained in:
Fernando Schauenburg 2016-02-01 22:56:04 +01:00
parent abec6ca0e9
commit 2df0e77c6b

1
vimrc
View file

@ -64,6 +64,7 @@ let mapleader = ","
Plugin 'davidoc/taskpaper.vim' Plugin 'davidoc/taskpaper.vim'
Plugin 'scrooloose/syntastic' Plugin 'scrooloose/syntastic'
Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-fugitive'
Plugin 'terryma/vim-multiple-cursors'
call vundle#end() call vundle#end()
filetype plugin indent on filetype plugin indent on