,-----.,--. ,--. ,---. ,--.,------. ,------.
' .--./| | ,---. ,--.,--. ,-| || o \ | || .-. \ | .---'
| | | || .-. || || |' .-. |`..' | | || | \ :| `--,
' '--'\| |' '-' '' '' '\ `-' | .' / | || '--' /| `---.
`-----'`--' `---' `----' `---' `--' `--'`-------' `------'
-----------------------------------------------------------------
Setting up haskell-vim-now on a Cloud9 workspace:
- Start with a Blank workspace.
- Increase resources (use at least
7GBfor disk and2GBfor ram, but more is better). - Edit
styles.cssto use a powerline font:
@import url(https://cdn.rawgit.com/wernight/powerline-web-fonts/f3821a36beeba53e6e937319d4ee636ef30a352c/PowerlineFonts.css);- Update
apt:
sudo apt-get update- Install the Haskell stack:
curl -sSL https://get.haskellstack.org/ | sh- Install
haskell-vim-now:
curl -L https://git.io/haskell-vim-now > /tmp/haskell-vim-now.sh
bash /tmp/haskell-vim-now.sh- Enjoy!
Switch to a newer version of node with nvm:
nvm install 6.9.2
nvm alias default 6.9.2Uninstall any older versions:
nvm ls
nvm uninstall 4.6.1
does this work on amazon cloud 9 environment?