[vim,zsh] Setup for doing tidalcycles in vim, including paths to local ghc

This commit is contained in:
Eryn Wells 2022-04-07 18:28:30 -07:00
parent d630b1ea71
commit 4d76782d7d
2 changed files with 6 additions and 1 deletions

1
vimrc
View file

@ -40,6 +40,7 @@ Plugin 'wincent/command-t'
"Plugin 'erynofwales/vim-fancyfolds'
Plugin 'apple-swift', {'pinned': 1}
Plugin 'rust-lang/rust.vim'
Plugin 'tidalcycles/vim-tidal'
" Colors~
Plugin 'tomasr/molokai'

View file

@ -16,6 +16,10 @@ append_to_path "/sbin"
prepend_to_path "/usr/X11/bin"
prepend_to_path "/opt/local/bin"
prepend_to_path "$HOME/.local/bin"
prepend_to_path "$HOME/.gem/ruby/2.2.0/bin"
prepend_to_path "$HOME/.cargo/bin"
prepend_to_path "$HOME/.gem/ruby/2.2.0/bin"
prepend_to_path "$HOME/.ghcup/bin"
prepend_to_path "$HOME/.vim/bundle/vim-tidal/bin"
prepend_to_path "$HOME/bin"
rehash