1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Move to packages, remove pathogen.

This commit is contained in:
2019-12-02 15:52:54 +01:00
parent 26cc9f2d44
commit 0d851c6743
16 changed files with 12 additions and 19 deletions

27
.gitmodules vendored
View File

@@ -1,39 +1,36 @@
[submodule "vim/pathogen"]
path = vim/.vim/pathogen
url = https://github.com/tpope/vim-pathogen
[submodule "vim/bundle/molokai"] [submodule "vim/bundle/molokai"]
path = vim/.vim/bundle/molokai path = vim/.vim/pack/bundle/start/molokai
url = https://github.com/tomasr/molokai url = https://github.com/tomasr/molokai
[submodule "vim/bundle/vim-less"] [submodule "vim/bundle/vim-less"]
path = vim/.vim/bundle/vim-less path = vim/.vim/pack/bundle/start/vim-less
url = https://github.com/lunaru/vim-less url = https://github.com/lunaru/vim-less
[submodule "vim/bundle/syntastic"] [submodule "vim/bundle/syntastic"]
path = vim/.vim/bundle/syntastic path = vim/.vim/pack/bundle/start/syntastic
url = https://github.com/scrooloose/syntastic.git url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/vim-javascript"] [submodule "vim/bundle/vim-javascript"]
path = vim/.vim/bundle/vim-javascript path = vim/.vim/pack/bundle/start/vim-javascript
url = https://github.com/pangloss/vim-javascript url = https://github.com/pangloss/vim-javascript
[submodule "vim/bundle/vim-vimlint"] [submodule "vim/bundle/vim-vimlint"]
path = vim/.vim/bundle/vim-vimlint path = vim/.vim/pack/bundle/start/vim-vimlint
url = https://github.com/syngan/vim-vimlint url = https://github.com/syngan/vim-vimlint
[submodule "vim/bundle/vim-vimlparser"] [submodule "vim/bundle/vim-vimlparser"]
path = vim/.vim/bundle/vim-vimlparser path = vim/.vim/pack/bundle/start/vim-vimlparser
url = https://github.com/ynkdir/vim-vimlparser url = https://github.com/ynkdir/vim-vimlparser
[submodule "vim/bundle/vim-latex"] [submodule "vim/bundle/vim-latex"]
path = vim/.vim/bundle/vim-latex path = vim/.vim/pack/bundle/start/vim-latex
url = https://github.com/lervag/vim-latex.git url = https://github.com/lervag/vim-latex.git
[submodule "vim/bundle/shebang"] [submodule "vim/bundle/shebang"]
path = vim/.vim/bundle/shebang path = vim/.vim/pack/bundle/start/shebang
url = https://github.com/vim-scripts/Shebang url = https://github.com/vim-scripts/Shebang
[submodule "vim/bundle/indentLine"] [submodule "vim/bundle/indentLine"]
path = vim/.vim/bundle/indentLine path = vim/.vim/pack/bundle/start/indentLine
url = https://github.com/Yggdroot/indentLine url = https://github.com/Yggdroot/indentLine
[submodule "vim/.vim/bundle/rust.vim"] [submodule "vim/.vim/bundle/rust.vim"]
path = vim/.vim/bundle/rust.vim path = vim/.vim/pack/bundle/start/rust.vim
url = https://github.com/rust-lang/rust.vim.git url = https://github.com/rust-lang/rust.vim.git
[submodule "vim/.vim/bundle/editorconfig-vim"] [submodule "vim/.vim/bundle/editorconfig-vim"]
path = vim/.vim/bundle/editorconfig-vim path = vim/.vim/pack/bundle/start/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim url = https://github.com/editorconfig/editorconfig-vim
[submodule "vim/.vim/bundle/vim-fugitive"] [submodule "vim/.vim/bundle/vim-fugitive"]
path = vim/.vim/bundle/vim-fugitive path = vim/.vim/pack/bundle/start/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git url = https://github.com/tpope/vim-fugitive.git

View File

@@ -1 +0,0 @@
../pathogen/autoload/pathogen.vim

View File

@@ -1,5 +1,3 @@
execute pathogen#infect()
scriptencoding utf-8 scriptencoding utf-8
filetype plugin indent on filetype plugin indent on