dotfiles/vim/plugins.vim

12 lines
194 B
VimL
Raw Normal View History

2019-02-10 11:29:26 +00:00
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'scrooloose/nerdtree'
Plugin 'itchyny/lightline.vim'
Plugin 'airblade/vim-gitgutter'
call vundle#end()
filetype plugin indent on