This website requires JavaScript.
Explore
Help
Sign In
tomasz
/
code-examples
Watch
1
Star
0
Fork
You've already forked code-examples
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0bc2e27bbd
code-examples
/
scripts
/
vim
/
setup.sh
4 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
Added vim-plug bundle.
2025-01-31 21:57:05 +00:00
#!/bin/sh
mkdir -p ~/.vim/autoload
ln -s
$(
readlink -f bunles/plug.vim
)
~/.vim/autoload