From 132fabf97fced98093b996e0c7dc2d78d79b1acc Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 27 Jan 2022 21:15:50 +0100 Subject: [PATCH] add packer submodule to nvim --- .gitmodules | 3 +++ nvim/.local/share/nvim/site/pack/packer/start/packer.nvim | 1 + 2 files changed, 4 insertions(+) create mode 160000 nvim/.local/share/nvim/site/pack/packer/start/packer.nvim diff --git a/.gitmodules b/.gitmodules index 04e9f97..e9e4bbe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "zsh/.oh-my-zsh-custom/plugins/fzf-tab"] path = zsh/.oh-my-zsh-custom/plugins/fzf-tab url = https://github.com/Aloxaf/fzf-tab +[submodule "nvim/.local/share/nvim/site/pack/packer/start/packer.nvim"] + path = nvim/.local/share/nvim/site/pack/packer/start/packer.nvim + url = https://github.com/wbthomason/packer.nvim diff --git a/nvim/.local/share/nvim/site/pack/packer/start/packer.nvim b/nvim/.local/share/nvim/site/pack/packer/start/packer.nvim new file mode 160000 index 0000000..7182f0d --- /dev/null +++ b/nvim/.local/share/nvim/site/pack/packer/start/packer.nvim @@ -0,0 +1 @@ +Subproject commit 7182f0ddbca2dd6f6723633a84d47f4d26518191