xaizek / dotvim (License: Unspecified) (since 2018-12-07)
Vim configuration and plugins.
Commit 982996f63cdc472102a46edbd142daaa2f425f02

Switch away from my fork of easydir
Now that pull requests with my changes was accepted.
Author: xaizek
Author date (UTC): 2020-02-17 17:13
Committer name: xaizek
Committer date (UTC): 2020-02-17 17:13
Parent(s): 8027f30d5ee293b5d43587f8534245bcc280fd9a
Signing key: 99DC5E4DB05F6BE2
Tree: f7e432f627053fc70d81cbe392cbef8054dc309b
File Lines added Lines deleted
.gitmodules 1 1
pack/other/start/easydir 1 1
File .gitmodules changed (mode: 100644) (index 89f1d11..3e2b80e)
72 72 url = git://github.com/godlygeek/tabular.git url = git://github.com/godlygeek/tabular.git
73 73 [submodule "pack/other/start/easydir"] [submodule "pack/other/start/easydir"]
74 74 path = pack/other/start/easydir path = pack/other/start/easydir
75 url = https://github.com/xaizek/vim-easydir.git
75 url = https://github.com/duggiefresh/vim-easydir.git
76 76 [submodule "pack/other/start/endwise"] [submodule "pack/other/start/endwise"]
77 77 path = pack/other/start/endwise path = pack/other/start/endwise
78 78 url = git://github.com/tpope/vim-endwise.git url = git://github.com/tpope/vim-endwise.git
File pack/other/start/easydir changed (mode: 160000) (index 26dafa6..2efbed9)
1 Subproject commit 26dafa65a57ed8ef9808724566e22cfaf7152915
1 Subproject commit 2efbed9e24438f626971a526d19af719b89e8040
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