aboutsummaryrefslogtreecommitdiffstats
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
parent5911aa484140fcbd22b58cf585948eec919c106c (diff)
downloaddotfiles-9ffb82a52f6cb88e15e272aa74226db869cb63c1.tar.gz
dotfiles-9ffb82a52f6cb88e15e272aa74226db869cb63c1.tar.bz2
dotfiles-9ffb82a52f6cb88e15e272aa74226db869cb63c1.zip
Migrate vim plugins to vim-plug
-rw-r--r--.gitmodules36
-rw-r--r--vim/.vim/.gitignore1
-rw-r--r--vim/.vim/bundle/.gitignore4
m---------vim/.vim/bundle/ctrlp0
m---------vim/.vim/bundle/nerdcommenter0
m---------vim/.vim/bundle/nerdtree0
m---------vim/.vim/bundle/quick-scope0
m---------vim/.vim/bundle/supertab0
m---------vim/.vim/bundle/syntastic0
m---------vim/.vim/bundle/tmuxline.vim0
m---------vim/.vim/bundle/vim-airline0
m---------vim/.vim/bundle/vim-airline-themes0
m---------vim/.vim/bundle/vim-fugitive0
m---------vim/.vim/bundle/vim-janah0
m---------vim/.vim/bundle/vim-signify0
-rw-r--r--vim/.vim/vimrc20
16 files changed, 19 insertions, 42 deletions
diff --git a/.gitmodules b/.gitmodules
index dc78dcf..ed8f037 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,42 +1,6 @@
1[submodule "vim/.vim/bundle/nerdcommenter"]
2 path = vim/.vim/bundle/nerdcommenter
3 url = https://github.com/scrooloose/nerdcommenter.git
4[submodule "vim/.vim/bundle/nerdtree"]
5 path = vim/.vim/bundle/nerdtree
6 url = https://github.com/scrooloose/nerdtree.git
7[submodule "vim/.vim/bundle/supertab"]
8 path = vim/.vim/bundle/supertab
9 url = https://github.com/ervandew/supertab.git
10[submodule "vim/.vim/bundle/syntastic"]
11 path = vim/.vim/bundle/syntastic
12 url = https://github.com/scrooloose/syntastic.git
13[submodule "vim/.vim/bundle/vim-fugitive"]
14 path = vim/.vim/bundle/vim-fugitive
15 url = https://github.com/tpope/vim-fugitive.git
16[submodule "vim/.vim/bundle/vim-airline"]
17 path = vim/.vim/bundle/vim-airline
18 url = https://github.com/bling/vim-airline
19[submodule "vim/.vim/bundle/ctrlp"]
20 path = vim/.vim/bundle/ctrlp
21 url = https://github.com/ctrlpvim/ctrlp.vim
22[submodule "vim/.vim/bundle/vim-signify"]
23 path = vim/.vim/bundle/vim-signify
24 url = https://github.com/mhinz/vim-signify
25[submodule "weechat/.weechat/downloads/weechat-vimode"] 1[submodule "weechat/.weechat/downloads/weechat-vimode"]
26 path = weechat/.weechat/downloads/weechat-vimode 2 path = weechat/.weechat/downloads/weechat-vimode
27 url = https://github.com/GermainZ/weechat-vimode 3 url = https://github.com/GermainZ/weechat-vimode
28[submodule "vim/.vim/bundle/quick-scope"]
29 path = vim/.vim/bundle/quick-scope
30 url = https://github.com/unblevable/quick-scope
31[submodule "vim/.vim/bundle/vim-janah"]
32 path = vim/.vim/bundle/vim-janah
33 url = https://github.com/mhinz/vim-janah.git
34[submodule "vim/.vim/bundle/tmuxline.vim"]
35 path = vim/.vim/bundle/tmuxline.vim
36 url = https://github.com/edkolev/tmuxline.vim.git
37[submodule "vim/.vim/bundle/vim-airline-themes"]
38 path = vim/.vim/bundle/vim-airline-themes
39 url = https://github.com/vim-airline/vim-airline-themes
40[submodule "vim/.vim/vim-plug"] 4[submodule "vim/.vim/vim-plug"]
41 path = vim/.vim/vim-plug 5 path = vim/.vim/vim-plug
42 url = https://github.com/junegunn/vim-plug 6 url = https://github.com/junegunn/vim-plug
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 @@
1spell/ 1spell/
2plugged/
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 @@
1vim-kerboscript
2vim-go
3vim-latex
4vim-latex-live-preview
diff --git a/vim/.vim/bundle/ctrlp b/vim/.vim/bundle/ctrlp
deleted file mode 160000
Subproject 08b40e1394d60aef213fa423bcd45db0ef6bcbc
diff --git a/vim/.vim/bundle/nerdcommenter b/vim/.vim/bundle/nerdcommenter
deleted file mode 160000
Subproject e2d47bec2662d5fcd324d17e22dc37f38c97bf2
diff --git a/vim/.vim/bundle/nerdtree b/vim/.vim/bundle/nerdtree
deleted file mode 160000
Subproject 2e2b649232d6ae4d02d74793e5da0ee08480ad8
diff --git a/vim/.vim/bundle/quick-scope b/vim/.vim/bundle/quick-scope
deleted file mode 160000
Subproject d5882cb0e8e01494b7c2d2058cf5c9427bc6367
diff --git a/vim/.vim/bundle/supertab b/vim/.vim/bundle/supertab
deleted file mode 160000
Subproject 66511772a430a5eaad7f7d03dbb02e8f33c4a64
diff --git a/vim/.vim/bundle/syntastic b/vim/.vim/bundle/syntastic
deleted file mode 160000
Subproject cee74e0c1af934065fd1b3046e53cda76574f70
diff --git a/vim/.vim/bundle/tmuxline.vim b/vim/.vim/bundle/tmuxline.vim
deleted file mode 160000
Subproject 05c687014272abca548d72cfd5d8a7b7c3fb7e5
diff --git a/vim/.vim/bundle/vim-airline b/vim/.vim/bundle/vim-airline
deleted file mode 160000
Subproject a710cb99dde8e6a5c83c6b09749c0999df62e83
diff --git a/vim/.vim/bundle/vim-airline-themes b/vim/.vim/bundle/vim-airline-themes
deleted file mode 160000
Subproject 2a97d9ee410d7b9980a7741fc6e705d53eea23c
diff --git a/vim/.vim/bundle/vim-fugitive b/vim/.vim/bundle/vim-fugitive
deleted file mode 160000
Subproject 50cc268d29c65738dab9eda8354d9387f162851
diff --git a/vim/.vim/bundle/vim-janah b/vim/.vim/bundle/vim-janah
deleted file mode 160000
Subproject ee3ee2edb3d82c4eaa339d7127c2b25f2cedc09
diff --git a/vim/.vim/bundle/vim-signify b/vim/.vim/bundle/vim-signify
deleted file mode 160000
Subproject 76bde232d163c99a8e72b517d8ef770b0d79849
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