ALE Example Project
This project demonstrates how ALE works. To get project running, do the following.
- Install Vim 8 or a recent NeoVim version.
- Install ALE.
- Run
./install.sh
. (yarn
andpython3.6
must be installed) - Edit
test.py
ortest.ts
and play around.
You can clean the project with simply git clean -fdx
.