Add .tmuxinator.yaml

This commit is contained in:
Oliver Davies 2024-03-29 01:25:30 +00:00
parent e3ddc8cf77
commit d49a398b35
2 changed files with 7 additions and 0 deletions

6
.tmuxinator.yaml Normal file
View file

@ -0,0 +1,6 @@
name: opdavies-nvim
root: .
windows:
- vim: nvim
- shell:

View file

@ -13,6 +13,7 @@ in rec {
rm -rf $out/.envrc rm -rf $out/.envrc
rm -rf $out/.gitignore rm -rf $out/.gitignore
rm -rf $out/.luacheckrc rm -rf $out/.luacheckrc
rm -rf $out/.tmuxinator.yaml
rm -rf $out/CHANGELOG.md rm -rf $out/CHANGELOG.md
rm -rf $out/flake.lock rm -rf $out/flake.lock
rm -rf $out/flake.nix rm -rf $out/flake.nix