remove pathogen
This commit is contained in:
parent
6e5dbac675
commit
71c9552aaa
4 changed files with 5 additions and 11 deletions
|
@ -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
6
.gitmodules
vendored
|
@ -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
6
.vimrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue