dotfiles/vim/plugins.vim

14 lines
252 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'
2023-06-11 18:56:35 +01:00
Plugin 'tpope/vim-fugitive'
Plugin 'scrooloose/syntastic'
2019-02-10 11:29:26 +00:00
call vundle#end()
filetype plugin indent on