add vimplug submodule

This commit is contained in:
Xarus
2025-03-04 14:17:47 +01:00
parent 8707eaa830
commit 6b0faf14f0
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -13,3 +13,6 @@
[submodule ".config.local/fzf"]
path = .config.local/fzf
url = ssh://git@git.xarus.fr:222/mirrors/fzf.git
[submodule ".config.local/vim-plug"]
path = .config.local/vim-plug
url = ssh://git@git.xarus.fr:222/mirrors/vim-plug.git

1
.vim/autoload/plug.vim Symbolic link
View File

@@ -0,0 +1 @@
../../.config.local/vim-plug/plug.vim