diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-12-04 23:02:45 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-12-04 23:02:45 +0100 |
commit | f7b741ada446538d695ec29fa2615f00d06a66da (patch) | |
tree | a3940d27bb292b7242dc88cb5cc696804896114c /.config/unity3d | |
parent | 9dc22c91b504995668c5d7a43bd604e74a90ddbd (diff) |
Moved nvim-unity script
Diffstat (limited to '.config/unity3d')
-rwxr-xr-x | .config/unity3d/scripts/nvim-unity | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/unity3d/scripts/nvim-unity b/.config/unity3d/scripts/nvim-unity new file mode 100755 index 0000000..caa75a5 --- /dev/null +++ b/.config/unity3d/scripts/nvim-unity @@ -0,0 +1,3 @@ +#!/bin/bash + +alacritty -e nvr --servername unity $@ |