Changed some zig lsp stuff
This commit is contained in:
@@ -14,6 +14,15 @@ if [ "$dir" = "$HOME" ]; then
|
||||
tmux send-keys -t $sess:diary.1 "vim" C-m
|
||||
|
||||
tmux select-window -t $sess:main
|
||||
elif [ "$sess" = "raytry" ]; then
|
||||
tmux rename-window -t $sess:1 editor
|
||||
tmux send-keys -t $sess:editor.1 "nix develop" C-m
|
||||
tmux send-keys -t $sess:editor.1 "nvim" C-m
|
||||
|
||||
tmux new-window -t $sess -n game -c $dir
|
||||
tmux send-keys -t $sess:game.1 "nix develop" C-m
|
||||
|
||||
tmux select-window -t $sess:editor
|
||||
elif [ "$sess" = "eko" ]; then
|
||||
tmux rename-window -t $sess:1 editor
|
||||
tmux send-keys -t $sess:editor.1 "vim" C-m
|
||||
|
||||
Reference in New Issue
Block a user