tidalcycles / vim-tidal

Vim plugin for TidalCycles
MIT License
223 stars 56 forks source link

BootTidal.hs #33

Closed ovitus closed 5 years ago

ovitus commented 5 years ago

Where am I supposed to place the startup configuration for Tidal?

I tried placing it: /home/awright/.vim/plugged/vim-tidal

munshkr commented 5 years ago

You can store it wherever you want. Just export the variable TIDAL_BOOT_PATH in your .bashrc or .profile, like this:

export TIDAL_BOOT_PATH=/home/awright/.vim/plugged/vim-tidal/CustomBootScript.ghci
munshkr commented 5 years ago

I'll close this for now. Feel free to reopen if you still have issues!