init dotfiles with nvim config
This commit is contained in:
11
private_dot_config/nvim/dot_git/config
Normal file
11
private_dot_config/nvim/dot_git/config
Normal file
@@ -0,0 +1,11 @@
|
||||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
[remote "origin"]
|
||||
url = http://gitea.huangyanjie.com/lenn/nvim-dotfile.git
|
||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||
[branch "main"]
|
||||
remote = origin
|
||||
merge = refs/heads/main
|
||||
Reference in New Issue
Block a user