Opens a file in a neovim inside an alacritty

This commit is contained in:
Thomas Forgione 2019-06-17 10:20:02 +02:00
parent 47274bd334
commit 9f1db175c1
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 2 additions and 0 deletions

2
bin/alaneovim Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
alacritty -e nvim $@