Skip to content

Commit

Permalink
Remove pathogen, use built-in package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Nov 17, 2017
1 parent 42c6334 commit ac21cac
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 176 deletions.
22 changes: 11 additions & 11 deletions .gitmodules
@@ -1,33 +1,33 @@
[submodule ".vim/bundle/gundo"]
path = .vim/bundle/gundo
path = .vim/pack/plugins/start/gundo
url = https://github.com/simnalamburt/vim-mundo.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
path = .vim/pack/plugins/start/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
path = .vim/pack/plugins/start/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
path = .vim/pack/plugins/start/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/haskell-vim"]
path = .vim/bundle/haskell-vim
path = .vim/pack/plugins/start/haskell-vim
url = https://github.com/osa1/haskell-vim.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
path = .vim/pack/plugins/start/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/fzf.vim"]
path = .vim/bundle/fzf.vim
path = .vim/pack/plugins/start/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
[submodule ".vim/bundle/fzf"]
path = .vim/bundle/fzf
path = .vim/pack/plugins/start/fzf
url = https://github.com/junegunn/fzf.git
[submodule ".vim/bundle/vim-rhubarb"]
path = .vim/bundle/vim-rhubarb
path = .vim/pack/plugins/start/vim-rhubarb
url = https://github.com/tpope/vim-rhubarb.git
[submodule ".vim/bundle/rust.vim"]
path = .vim/bundle/rust.vim
path = .vim/pack/plugins/start/rust.vim
url = https://github.com/rust-lang/rust.vim.git
[submodule ".vim/bundle/bufexplorer"]
path = .vim/bundle/bufexplorer
path = .vim/pack/plugins/start/bufexplorer
url = https://github.com/jlanzarotta/bufexplorer.git
162 changes: 0 additions & 162 deletions .vim/autoload/pathogen.vim

This file was deleted.

3 changes: 0 additions & 3 deletions .vim/init.vim
@@ -1,9 +1,6 @@
set nocompatible
let mapleader=','

let vimfiles = $HOME . "/.vim"
call pathogen#infect()

" {{{ settings

set hidden
Expand Down

0 comments on commit ac21cac

Please sign in to comment.