Added vim-plug bundle.

master
Tomasz Polgrabia 2025-01-31 22:57:05 +01:00
parent bbc653f83a
commit 0bc2e27bbd
3 changed files with 7 additions and 3 deletions

6
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "scripts/vim/bundles/julia-vim"]
path = scripts/vim/bundles/julia-vim
url = https://github.com/JuliaEditorSupport/julia-vim.git
[submodule "scripts/vim/bundles/vim-plug"]
path = scripts/vim/bundles/vim-plug
url = https://github.com/junegunn/vim-plug

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

View File

@ -0,0 +1,3 @@
#!/bin/sh
mkdir -p ~/.vim/autoload
ln -s $(readlink -f bunles/plug.vim) ~/.vim/autoload