diff options
| author | 2017-02-07 09:21:15 +0100 | |
|---|---|---|
| committer | 2017-02-07 09:21:15 +0100 | |
| commit | 5911aa484140fcbd22b58cf585948eec919c106c (patch) | |
| tree | 92fde3523749602720609554322a293ae0ad32c1 | |
| parent | 2a49651571cda6e8ce22d4617ecc7a76ad8e8a95 (diff) | |
| download | dotfiles-5911aa484140fcbd22b58cf585948eec919c106c.tar.gz dotfiles-5911aa484140fcbd22b58cf585948eec919c106c.tar.bz2 dotfiles-5911aa484140fcbd22b58cf585948eec919c106c.zip | |
Removed pathogen.vim
| -rw-r--r-- | .gitmodules | 3 | ||||
| l--------- | vim/.vim/autoload/pathogen.vim | 1 | ||||
| l--------- | vim/.vim/autoload/plug.vim | 1 | ||||
| m--------- | vim/.vim/vim-pathogen | 0 | ||||
| -rw-r--r-- | vim/.vim/vimrc | 2 |
5 files changed, 1 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index 2544ea0..dc78dcf 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | [submodule "vim/.vim/vim-pathogen"] | ||
| 2 | path = vim/.vim/vim-pathogen | ||
| 3 | url = https://github.com/tpope/vim-pathogen.git | ||
| 4 | [submodule "vim/.vim/bundle/nerdcommenter"] | 1 | [submodule "vim/.vim/bundle/nerdcommenter"] |
| 5 | path = vim/.vim/bundle/nerdcommenter | 2 | path = vim/.vim/bundle/nerdcommenter |
| 6 | url = https://github.com/scrooloose/nerdcommenter.git | 3 | url = https://github.com/scrooloose/nerdcommenter.git |
diff --git a/vim/.vim/autoload/pathogen.vim b/vim/.vim/autoload/pathogen.vim deleted file mode 120000 index 9a7227e..0000000 --- a/vim/.vim/autoload/pathogen.vim +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ../vim-pathogen/autoload/pathogen.vim \ No newline at end of file | ||
diff --git a/vim/.vim/autoload/plug.vim b/vim/.vim/autoload/plug.vim new file mode 120000 index 0000000..6c4bafe --- /dev/null +++ b/vim/.vim/autoload/plug.vim | |||
| @@ -0,0 +1 @@ | |||
| ../vim-plug/plug.vim \ No newline at end of file | |||
diff --git a/vim/.vim/vim-pathogen b/vim/.vim/vim-pathogen deleted file mode 160000 | |||
| Subproject 8c91196cfd9c8fe619f35fac6f2ac81be10677f | |||
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 1a5a659..99158fb 100644 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | silent! execute pathogen#infect() | ||
| 2 | |||
| 3 | """ DEFAULT VIM SETTINGS | 1 | """ DEFAULT VIM SETTINGS |
| 4 | 2 | ||
| 5 | " Reload vimrc on save | 3 | " Reload vimrc on save |
