Adding Packer as a submodule

As this configuration uses Packer to manage its plugins I have decided
to add packer as a submodule. Only Time will tell if this was a bad idea
or not.

If neccessary I can always have some kind of code in my init that checks
if packer is available and if not uses git to pull it initally before
handing that job to packer
This commit is contained in:
Robert Morrison 2022-07-05 01:38:53 +01:00
commit 492967a426
Signed by: robert
GPG Key ID: 73E012EB3F4EC696
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "pack/packer.nvim"]
path = pack/packer.nvim
url = https://github.com/wbthomason/packer.nvim

1
pack/packer.nvim Submodule

@ -0,0 +1 @@
Subproject commit d268d2e083ca0abd95a57dfbcc5d5637a615e219