Added vim-plug bundle.
parent
bbc653f83a
commit
0bc2e27bbd
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
mkdir -p ~/.vim/autoload
|
||||
ln -s $(readlink -f bunles/plug.vim) ~/.vim/autoload
|
Loading…
Reference in New Issue