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:
commit
492967a426
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
1
pack/packer.nvim
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit d268d2e083ca0abd95a57dfbcc5d5637a615e219
|
||||
Loading…
Reference in New Issue
Block a user