aboutsummaryrefslogtreecommitdiffstats
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2017-02-07 09:38:45 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2017-02-07 09:38:45 +0100
commit9ffb82a52f6cb88e15e272aa74226db869cb63c1 (patch)
tree599cc1dd5837f8f54f00a993249bd8b7c2dbedfe /vim/.vim/vimrc
parent5911aa484140fcbd22b58cf585948eec919c106c (diff)
downloaddotfiles-9ffb82a52f6cb88e15e272aa74226db869cb63c1.tar.gz
dotfiles-9ffb82a52f6cb88e15e272aa74226db869cb63c1.tar.bz2
dotfiles-9ffb82a52f6cb88e15e272aa74226db869cb63c1.zip
Migrate vim plugins to vim-plug
Diffstat (limited to 'vim/.vim/vimrc')
-rw-r--r--vim/.vim/vimrc20
1 files changed, 18 insertions, 2 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 99158fb..1f3806c 100644
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -1,3 +1,20 @@
1call plug#begin('~/.vim/plugged')
2
3Plug 'bling/vim-airline'
4Plug 'ctrlpvim/ctrlp.vim'
5Plug 'edkolev/tmuxline.vim'
6Plug 'ervandew/supertab'
7Plug 'mhinz/vim-janah'
8Plug 'mhinz/vim-signify'
9Plug 'scrooloose/nerdcommenter'
10Plug 'scrooloose/nerdtree'
11Plug 'scrooloose/syntastic'
12Plug 'tpope/vim-fugitive'
13Plug 'unblevable/quick-scope'
14Plug 'vim-airline/vim-airline-themes'
15
16call plug#end()
17
1""" DEFAULT VIM SETTINGS 18""" DEFAULT VIM SETTINGS
2 19
3" Reload vimrc on save 20" Reload vimrc on save
@@ -83,8 +100,7 @@ if has('nvim')
83endif 100endif
84 101
85""" PLUGIN SPECIFIC SETTINGS 102""" PLUGIN SPECIFIC SETTINGS
86 103if exists("g:plug_home")
87if exists("g:loaded_pathogen")
88 104
89 " NERDTree: 105 " NERDTree:
90 " Open NERDTree when no file is specified 106 " Open NERDTree when no file is specified