Deleted a bunch of stuff I didn't need from nvim config

This commit is contained in:
2025-07-30 16:31:00 +03:00
parent f1aaab0169
commit fc6d846a0c
21 changed files with 47 additions and 157 deletions

View File

@@ -13,7 +13,7 @@ if [ "$dir" = "$HOME" ]; then
tmux new-window -t $sess -n "grimoire" -c $HOME/personal/grimoire/
tmux send-keys -t $sess:"grimoire".1 "vim" C-m
tmux select-window -t $sess:main
elif [[ "$sess" == "ratry" || "$sess" == "kiwen-prototype" || "$sess" == "hackathon" ]]; then
elif [[ "$sess" == "ratry" || "$sess" == "kiwen-prototype" || "$sess" == "cpu-vs-ai" ]]; 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 "zsh && exit" C-m