diff options
author | Tyler Davis <tydavis@gmail.com> | 2022-10-11 15:59:38 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2022-10-11 15:59:38 +0000 |
commit | 671de2d1c6026b6789940260cb9661d3135cfc47 (patch) | |
tree | 3c177eea276552b3658828042a0d63db1b620ecb /.setup/gitlist | |
parent | 1969c14bee95ffb557135db514407210716e4bcd (diff) | |
download | dotfiles-671de2d1c6026b6789940260cb9661d3135cfc47.tar.gz dotfiles-671de2d1c6026b6789940260cb9661d3135cfc47.zip |
git,rpm: remove nvim, add manual build
Diffstat (limited to '.setup/gitlist')
-rw-r--r-- | .setup/gitlist | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.setup/gitlist b/.setup/gitlist index 29f50d9..75c906b 100644 --- a/.setup/gitlist +++ b/.setup/gitlist @@ -182,6 +182,13 @@ } }, { + "path": "personal/neovim/", + "remotes": { + "origin": "https://github.com/tydavis/neovim.git", + "upstream": "https://github.com/neovim/neovim.git" + } + }, + { "path": "personal/resume/", "remotes": { "origin": "https://github.com/tydavis/resume.git" @@ -194,7 +201,7 @@ } }, { - "path": "temp/nvim/", + "path": "temp/nvim_config/", "remotes": { "origin": "https://github.com/x48Jason/nvim.git" } |