Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. set rtp+=~/.vim/bundle/Vundle.vim
  2.  
  3. call vundle#begin()
  4. Plugin 'VundleVim/Vundle.vim'
  5. Plugin 'editorconfig/editorconfig-vim'
  6. Plugin 'itchyny/lightline.vim'
  7. Plugin 'mattn/emmet-vim'
  8. Plugin 'terryma/vim-multiple-cursors'
  9. Plugin 'tpope/vim-vinegar'
  10. Plugin 'scrooloose/nerdtree'
  11. Plugin 'ctrlpvim/ctrlp.vim'
  12. Plugin 'tpope/vim-fugitive'
  13. Plugin 'plasticboy/vim-markdown'
  14. Plugin 'jiangmiao/auto-pairs'
  15. Plugin 'airblade/vim-gitgutter'
  16. call vundle#end()
  17. filetype plugin indent on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement