tidalcycles / vim-tidal

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

Getting NeoVim Terminal still inside Tmux #41

Closed gilfuser closed 4 years ago

gilfuser commented 4 years ago

Hi! I really like the idea of getting rid of Tmux. Is one moving part less and frankly it is not necessary. I just tried to put let g:tidal_target = "terminal" in my init.vim file and open tidalvim, but I'm still getting Tmux. What am I missing?

In plugged/vim-tidal/bin/tidalvim should I change this? VIM=${VIM:-"vim"}

kind regards, Gil

munshkr commented 4 years ago

Hi! You should just use nvim instead of tidalvim. Try opening a .tidal file in NeoVim, then write something and evaluate it with ctrl-e or localleader-s. NeoVim should open a terminal with tidal running there.

gilfuser commented 4 years ago

Aha! That's what I was missing!

Thank you!

blinry commented 4 years ago

Me too! :) This should probably be clarified in the README.