mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 13:34:46 +08:00
4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#!/usr/bin/env bash
|
|
rm -rf ~/.vim/plugged/ale
|
|
cp -r . ~/.vim/plugged/ale
|