From 9f1db175c1bbe7ffdc56b647cfb9d85376b7c9a0 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 17 Jun 2019 10:20:02 +0200 Subject: [PATCH] Opens a file in a neovim inside an alacritty --- bin/alaneovim | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/alaneovim diff --git a/bin/alaneovim b/bin/alaneovim new file mode 100755 index 0000000..c0a9e2d --- /dev/null +++ b/bin/alaneovim @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +alacritty -e nvim $@