remove pathogen

This commit is contained in:
Johannes Loher 2020-09-20 14:00:57 +02:00
parent 6e5dbac675
commit 71c9552aaa
4 changed files with 5 additions and 11 deletions

View file

@ -2,7 +2,3 @@
echo "Initializing submodules"
yadm submodule update --recursive --init
echo "Installing pathogen.vim"
mkdir -p $HOME/.vim/autoload $HOME/.vim/bundle && \
curl -LSso $HOME/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

6
.gitmodules vendored
View file

@ -1,9 +1,9 @@
[submodule ".tmux/plugins/tpm"]
path = .tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
[submodule "Bilder/backgrounds"]
[submodule ".backgrounds"]
path = .backgrounds
url = https://git.f3l.de/ghost/backgrounds.git
[submodule ".vim/bundle/onedark.vim"]
path = .vim/bundle/onedark.vim
[submodule ".vim/pack/colors/opt/onedark.vim"]
path = .vim/pack/colors/opt/onedark.vim
url = https://github.com/joshdick/onedark.vim.git

6
.vimrc
View file

@ -1,4 +1,3 @@
syntax on
set wildmenu
set wildmode=longest:list,full
set showmatch
@ -28,9 +27,8 @@ set t_vb=
set autoread
set backspace=indent,eol,start
set listchars=tab:>-,eol:$,trail:.,extends:#
set background=dark
execute pathogen#infect()
packadd! onedark.vim
syntax on
let g:onedark_termcolors=16
colorscheme onedark