Add .tmuxinator.yaml
This commit is contained in:
parent
e3ddc8cf77
commit
d49a398b35
6
.tmuxinator.yaml
Normal file
6
.tmuxinator.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
name: opdavies-nvim
|
||||||
|
root: .
|
||||||
|
|
||||||
|
windows:
|
||||||
|
- vim: nvim
|
||||||
|
- shell:
|
|
@ -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
|
||||||
|
|
Reference in a new issue