xaizek / dotvim (License: Unspecified) (since 2018-12-07)
Vim configuration and plugins.
<root> / .gitmodules (2e34eac9144ed64d257c583bea0c33aeb6654d83) (3,615B) (mode 100644) [raw]
[submodule "pack/completion/opt/clang_complete"]
	path = pack/completion/opt/clang_complete
	url = git://github.com/Rip-Rip/clang_complete.git
[submodule "pack/completion/opt/inccomplete"]
	path = pack/completion/opt/inccomplete
	url = https://github.com/xaizek/vim-inccomplete.git
[submodule "pack/other/start/repeat"]
	path = pack/other/start/repeat
	url = https://github.com/tpope/vim-repeat.git
[submodule "pack/other/start/emacscommandline"]
	path = pack/other/start/emacscommandline
	url = https://github.com/xaizek/vim-emacscommandline.git
[submodule "pack/other/start/commentary"]
	path = pack/other/start/commentary
	url = https://github.com/tpope/vim-commentary.git
[submodule "pack/other/start/fswitch"]
	path = pack/other/start/fswitch
	url = https://github.com/derekwyatt/vim-fswitch.git
[submodule "pack/other/start/fugitive"]
	path = pack/other/start/fugitive
	url = https://github.com/tpope/vim-fugitive.git
[submodule "pack/other/start/linediff"]
	path = pack/other/start/linediff
	url = https://github.com/AndrewRadev/linediff.vim.git
[submodule "pack/textobj/start/arg"]
	path = pack/textobj/start/arg
	url = https://github.com/inkarkat/argtextobj.vim.git
[submodule "pack/other/start/firsteffectiveline"]
	path = pack/other/start/firsteffectiveline
	url = https://github.com/vim-scripts/FirstEffectiveLine.vim.git
[submodule "pack/filetypes/start/gitignore"]
	path = pack/filetypes/start/gitignore
	url = https://github.com/rdolgushin/gitignore.vim.git
[submodule "pack/filetypes/start/syntax-extra"]
    path = pack/filetypes/start/syntax-extra
    url = https://github.com/justinmk/vim-syntax-extra.git
[submodule "pack/other/start/extradite"]
	path = pack/other/start/extradite
	url = https://github.com/int3/vim-extradite.git
[submodule "pack/other/start/preamble"]
	path = pack/other/start/preamble
	url = https://github.com/xaizek/preamble.vim.git
[submodule "pack/other/opt/includefixer"]
	path = pack/other/opt/includefixer
	url = https://github.com/xaizek/includefixer.git
[submodule "pack/other/start/undotree"]
	path = pack/other/start/undotree
	url = https://github.com/mbbill/undotree.git
[submodule "pack/other/opt/headerguard"]
	path = pack/other/opt/headerguard
	url = https://github.com/drmikehenry/vim-headerguard.git
[submodule "pack/other/start/committia"]
	path = pack/other/start/committia
	url = https://github.com/rhysd/committia.vim.git
[submodule "pack/other/start/gutentags"]
	path = pack/other/start/gutentags
	url = https://github.com/ludovicchabant/vim-gutentags.git
[submodule "pack/textobj/start/user"]
	path = pack/textobj/start/user
	url = git://github.com/kana/vim-textobj-user.git
[submodule "pack/textobj/start/function"]
	path = pack/textobj/start/function
	url = git://github.com/kana/vim-textobj-function.git
[submodule "pack/other/start/surround"]
	path = pack/other/start/surround
	url = https://github.com/tpope/vim-surround.git
[submodule "pack/other/start/securemodelines"]
	path = pack/other/start/securemodelines
	url = https://github.com/ypcrts/securemodelines.git
[submodule "pack/other/opt/tabular"]
	path = pack/other/opt/tabular
	url = git://github.com/godlygeek/tabular.git
[submodule "pack/other/start/easydir"]
	path = pack/other/start/easydir
	url = https://github.com/duggiefresh/vim-easydir.git
[submodule "pack/other/start/endwise"]
	path = pack/other/start/endwise
	url = git://github.com/tpope/vim-endwise.git
[submodule "pack/apps/opt/vifm"]
	path = pack/apps/opt/vifm
	url = https://github.com/vifm/vifm.vim.git
[submodule "pack/filetypes/start/qml"]
	path = pack/filetypes/start/qml
	url = https://github.com/peterhoeg/vim-qml.git
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotvim

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotvim

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master