diff options
author | Matthew Wozniak <sirtomato999@gmail.com> | 2023-06-28 10:10:19 -0400 |
---|---|---|
committer | Matthew Wozniak <sirtomato999@gmail.com> | 2023-06-28 10:10:19 -0400 |
commit | 991b90da98ad3f1da30dcb58c6f835bef9124097 (patch) | |
tree | c816e4ccc285fc44980f1137b58a37b5842fb20d /.gitmodules | |
download | nvim-991b90da98ad3f1da30dcb58c6f835bef9124097.tar.gz nvim-991b90da98ad3f1da30dcb58c6f835bef9124097.zip |
new config
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7467f4b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "site/pack/packer/start/packer.nvim"] + path = site/pack/packer/start/packer.nvim + url = https://github.com/wbthomason/packer.nvim |