Merge branch 'master' into master
This commit is contained in:
commit
12ce382d06
|
@ -21,7 +21,7 @@ local function my_on_attach(bufnr)
|
||||||
-- however, through magic, the default keys are loaded anyways ONLY IN WSL
|
-- however, through magic, the default keys are loaded anyways ONLY IN WSL
|
||||||
-- I have made a separate branch (wsl) for any such things
|
-- I have made a separate branch (wsl) for any such things
|
||||||
-- just use a proper Linux, if possible
|
-- just use a proper Linux, if possible
|
||||||
--api.config.mappings.default_on_attach(bufnr)
|
api.config.mappings.default_on_attach(bufnr)
|
||||||
|
|
||||||
-- custom mappings
|
-- custom mappings
|
||||||
-- cd
|
-- cd
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[user]
|
[user]
|
||||||
email = Christoph.Scherr@newtec.de
|
email = software@cscherr.de
|
||||||
name = Christoph J. Scherr
|
name = PlexSheep
|
||||||
signingkey = Christoph.Scherr@newtec.de
|
signingkey = software@cscherr.de
|
||||||
[credential]
|
[credential]
|
||||||
helper = store --file ~/.git-credentials
|
helper = store --file ~/.git-credentials
|
||||||
[commit]
|
[commit]
|
||||||
|
|
Loading…
Reference in New Issue