Skip to content

Commit 2c16e02

Browse files
author
Nicolas VETEL
committed
replaces Pathogen by Plug
1 parent cf19c9c commit 2c16e02

24 files changed

+2182
-400
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.log
22
dotfiles/vim/.netrwhist
3+
dotfiles/vim/plugged

.gitmodules

-51
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,6 @@
1-
[submodule "dotfiles/vim/bundle/ctrlp.vim"]
2-
path = dotfiles/vim/bundle/ctrlp.vim
3-
url = https://github.com/kien/ctrlp.vim
4-
[submodule "dotfiles/vim/bundle/vim-bundler"]
5-
path = dotfiles/vim/bundle/vim-bundler
6-
url = https://github.com/tpope/vim-bundler
7-
[submodule "dotfiles/vim/bundle/vim-coffee-script"]
8-
path = dotfiles/vim/bundle/vim-coffee-script
9-
url = https://github.com/kchmck/vim-coffee-script
10-
[submodule "dotfiles/vim/bundle/vim-rails"]
11-
path = dotfiles/vim/bundle/vim-rails
12-
url = https://github.com/tpope/vim-rails
13-
[submodule "dotfiles/vim/bundle/vim-ruby"]
14-
path = dotfiles/vim/bundle/vim-ruby
15-
url = https://github.com/vim-ruby/vim-ruby
16-
[submodule "dotfiles/vim/bundle/vim-slim"]
17-
path = dotfiles/vim/bundle/vim-slim
18-
url = https://github.com/slim-template/vim-slim
19-
[submodule "dotfiles/vim/bundle/vim-surround"]
20-
path = dotfiles/vim/bundle/vim-surround
21-
url = https://github.com/tpope/vim-surround
22-
[submodule "dotfiles/vim/bundle/vim-markdown"]
23-
path = dotfiles/vim/bundle/vim-markdown
24-
url = https://github.com/plasticboy/vim-markdown.git
25-
[submodule "dotfiles/vim/bundle/vim-colors-solarized"]
26-
path = dotfiles/vim/bundle/vim-colors-solarized
27-
url = https://github.com/altercation/vim-colors-solarized.git
28-
[submodule "dotfiles/vim/bundle/vim-airline"]
29-
path = dotfiles/vim/bundle/vim-airline
30-
url = https://github.com/bling/vim-airline.git
31-
[submodule "dotfiles/vim/bundle/vim-rspec"]
32-
path = dotfiles/vim/bundle/vim-rspec
33-
url = https://github.com/thoughtbot/vim-rspec.git
34-
[submodule "dotfiles/vim/bundle/vim-fugitive"]
35-
path = dotfiles/vim/bundle/vim-fugitive
36-
url = https://github.com/tpope/vim-fugitive
37-
[submodule "dotfiles/vim/bundle/vim-gitgutter"]
38-
path = dotfiles/vim/bundle/vim-gitgutter
39-
url = https://github.com/airblade/vim-gitgutter.git
401
[submodule "script/gnome-terminal-colors-solarized"]
412
path = script/gnome-terminal-colors-solarized
423
url = https://github.com/Anthony25/gnome-terminal-colors-solarized.git
43-
[submodule "dotfiles/vim/bundle/python-mode"]
44-
path = dotfiles/vim/bundle/python-mode
45-
url = https://github.com/klen/python-mode
46-
[submodule "dotfiles/vim/bundle/nerdtree"]
47-
path = dotfiles/vim/bundle/nerdtree
48-
url = https://github.com/scrooloose/nerdtree.git
49-
[submodule "dotfiles/vim/bundle/rubocop.vim"]
50-
path = dotfiles/vim/bundle/rubocop.vim
51-
url = https://github.com/ngmy/vim-rubocop
52-
[submodule "dotfiles/vim/bundle/syntastic.vim"]
53-
path = dotfiles/vim/bundle/syntastic.vim
54-
url = https://github.com/scrooloose/syntastic.git
554
[submodule "dotfiles/oh-my-zsh"]
565
path = dotfiles/oh-my-zsh
576
url = https://github.com/robbyrussell/oh-my-zsh

dotfiles/gitconfig

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
[user]
66
name = Nicolas VETEL
77
8+
[push]
9+
default = simple

dotfiles/oh-my-zsh

dotfiles/vim/autoload/pathogen.vim

-326
This file was deleted.

0 commit comments

Comments
 (0)