From 9ffb82a52f6cb88e15e272aa74226db869cb63c1 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Tue, 7 Feb 2017 09:38:45 +0100 Subject: Migrate vim plugins to vim-plug --- vim/.vim/.gitignore | 1 + vim/.vim/bundle/.gitignore | 4 ---- vim/.vim/bundle/ctrlp | 1 - vim/.vim/bundle/nerdcommenter | 1 - vim/.vim/bundle/nerdtree | 1 - vim/.vim/bundle/quick-scope | 1 - vim/.vim/bundle/supertab | 1 - vim/.vim/bundle/syntastic | 1 - vim/.vim/bundle/tmuxline.vim | 1 - vim/.vim/bundle/vim-airline | 1 - vim/.vim/bundle/vim-airline-themes | 1 - vim/.vim/bundle/vim-fugitive | 1 - vim/.vim/bundle/vim-janah | 1 - vim/.vim/bundle/vim-signify | 1 - vim/.vim/vimrc | 20 ++++++++++++++++++-- 15 files changed, 19 insertions(+), 18 deletions(-) delete mode 100644 vim/.vim/bundle/.gitignore delete mode 160000 vim/.vim/bundle/ctrlp delete mode 160000 vim/.vim/bundle/nerdcommenter delete mode 160000 vim/.vim/bundle/nerdtree delete mode 160000 vim/.vim/bundle/quick-scope delete mode 160000 vim/.vim/bundle/supertab delete mode 160000 vim/.vim/bundle/syntastic delete mode 160000 vim/.vim/bundle/tmuxline.vim delete mode 160000 vim/.vim/bundle/vim-airline delete mode 160000 vim/.vim/bundle/vim-airline-themes delete mode 160000 vim/.vim/bundle/vim-fugitive delete mode 160000 vim/.vim/bundle/vim-janah delete mode 160000 vim/.vim/bundle/vim-signify (limited to 'vim/.vim') diff --git a/vim/.vim/.gitignore b/vim/.vim/.gitignore index f84e7ed..3d65f55 100644 --- a/vim/.vim/.gitignore +++ b/vim/.vim/.gitignore @@ -1 +1,2 @@ spell/ +plugged/ diff --git a/vim/.vim/bundle/.gitignore b/vim/.vim/bundle/.gitignore deleted file mode 100644 index bf5f73d..0000000 --- a/vim/.vim/bundle/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -vim-kerboscript -vim-go -vim-latex -vim-latex-live-preview diff --git a/vim/.vim/bundle/ctrlp b/vim/.vim/bundle/ctrlp deleted file mode 160000 index 08b40e1..0000000 --- a/vim/.vim/bundle/ctrlp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 08b40e1394d60aef213fa423bcd45db0ef6bcbca diff --git a/vim/.vim/bundle/nerdcommenter b/vim/.vim/bundle/nerdcommenter deleted file mode 160000 index e2d47be..0000000 --- a/vim/.vim/bundle/nerdcommenter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e2d47bec2662d5fcd324d17e22dc37f38c97bf2d diff --git a/vim/.vim/bundle/nerdtree b/vim/.vim/bundle/nerdtree deleted file mode 160000 index 2e2b649..0000000 --- a/vim/.vim/bundle/nerdtree +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2e2b649232d6ae4d02d74793e5da0ee08480ad8d diff --git a/vim/.vim/bundle/quick-scope b/vim/.vim/bundle/quick-scope deleted file mode 160000 index d5882cb..0000000 --- a/vim/.vim/bundle/quick-scope +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d5882cb0e8e01494b7c2d2058cf5c9427bc6367b diff --git a/vim/.vim/bundle/supertab b/vim/.vim/bundle/supertab deleted file mode 160000 index 6651177..0000000 --- a/vim/.vim/bundle/supertab +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 66511772a430a5eaad7f7d03dbb02e8f33c4a641 diff --git a/vim/.vim/bundle/syntastic b/vim/.vim/bundle/syntastic deleted file mode 160000 index cee74e0..0000000 --- a/vim/.vim/bundle/syntastic +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cee74e0c1af934065fd1b3046e53cda76574f703 diff --git a/vim/.vim/bundle/tmuxline.vim b/vim/.vim/bundle/tmuxline.vim deleted file mode 160000 index 05c6870..0000000 --- a/vim/.vim/bundle/tmuxline.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 05c687014272abca548d72cfd5d8a7b7c3fb7e5e diff --git a/vim/.vim/bundle/vim-airline b/vim/.vim/bundle/vim-airline deleted file mode 160000 index a710cb9..0000000 --- a/vim/.vim/bundle/vim-airline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a710cb99dde8e6a5c83c6b09749c0999df62e836 diff --git a/vim/.vim/bundle/vim-airline-themes b/vim/.vim/bundle/vim-airline-themes deleted file mode 160000 index 2a97d9e..0000000 --- a/vim/.vim/bundle/vim-airline-themes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2a97d9ee410d7b9980a7741fc6e705d53eea23c2 diff --git a/vim/.vim/bundle/vim-fugitive b/vim/.vim/bundle/vim-fugitive deleted file mode 160000 index 50cc268..0000000 --- a/vim/.vim/bundle/vim-fugitive +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 50cc268d29c65738dab9eda8354d9387f1628519 diff --git a/vim/.vim/bundle/vim-janah b/vim/.vim/bundle/vim-janah deleted file mode 160000 index ee3ee2e..0000000 --- a/vim/.vim/bundle/vim-janah +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ee3ee2edb3d82c4eaa339d7127c2b25f2cedc096 diff --git a/vim/.vim/bundle/vim-signify b/vim/.vim/bundle/vim-signify deleted file mode 160000 index 76bde23..0000000 --- a/vim/.vim/bundle/vim-signify +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 76bde232d163c99a8e72b517d8ef770b0d79849e 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 @@ +call plug#begin('~/.vim/plugged') + +Plug 'bling/vim-airline' +Plug 'ctrlpvim/ctrlp.vim' +Plug 'edkolev/tmuxline.vim' +Plug 'ervandew/supertab' +Plug 'mhinz/vim-janah' +Plug 'mhinz/vim-signify' +Plug 'scrooloose/nerdcommenter' +Plug 'scrooloose/nerdtree' +Plug 'scrooloose/syntastic' +Plug 'tpope/vim-fugitive' +Plug 'unblevable/quick-scope' +Plug 'vim-airline/vim-airline-themes' + +call plug#end() + """ DEFAULT VIM SETTINGS " Reload vimrc on save @@ -83,8 +100,7 @@ if has('nvim') endif """ PLUGIN SPECIFIC SETTINGS - -if exists("g:loaded_pathogen") +if exists("g:plug_home") " NERDTree: " Open NERDTree when no file is specified -- cgit v1.2.3