aboutsummaryrefslogtreecommitdiffstats
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
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