switch back to nvim for now

This commit is contained in:
Daniel Lundin 2024-04-10 17:35:43 +02:00
parent 36a8248ef3
commit 1b9788a000
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ _nvim_socket="$XDG_RUNTIME_DIR/nvim-persistent.sock"
(tmux select-window -t nvim 2>/dev/null && tmux select-pane -t 0) && exec nvim --server "$_nvim_socket" --remote "$_file"
# nvim is not running/listening on remote socket, so start it.
tmux new-window -S -t 43 -n nvim \
tmux new-window -S -t 42 -n nvim \
-e "AR=$AR" \
-e "AS=$AS" \
-e "BUILD_COMMAND=$BUILD_COMMAND" \