commit 492967a426e232c80a91d6b8c25097677a698288 Author: Robert Morrison Date: Tue Jul 5 01:38:53 2022 +0100 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 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a179a18 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "pack/packer.nvim"] + path = pack/packer.nvim + url = https://github.com/wbthomason/packer.nvim diff --git a/pack/packer.nvim b/pack/packer.nvim new file mode 160000 index 0000000..d268d2e --- /dev/null +++ b/pack/packer.nvim @@ -0,0 +1 @@ +Subproject commit d268d2e083ca0abd95a57dfbcc5d5637a615e219