Hello!
tmux.is_running() returns false because (for me) tmux_running is true as opposed to 0:
|
if tmux_running == 0 and in_tmux then |
It seems that the behaviour of os.execute changed in lua 5.2, although I seem to be running 5.1, which is odd:
https://www.lua.org/manual/5.1/manual.html#pdf-os.execute
https://www.lua.org/manual/5.2/manual.html#pdf-os.execute
Hello!
tmux.is_running() returns false because (for me) tmux_running is true as opposed to 0:
workspace.nvim/lua/workspace/tmux.lua
Line 40 in 5bdc3e0
It seems that the behaviour of os.execute changed in lua 5.2, although I seem to be running 5.1, which is odd:
https://www.lua.org/manual/5.1/manual.html#pdf-os.execute
https://www.lua.org/manual/5.2/manual.html#pdf-os.execute