Initial commit

This commit is contained in:
2016-01-02 12:08:56 +05:30
commit 451b69e535
15 changed files with 163 additions and 0 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env sh
appRoot=$(dirname $(readlink -f $0) );
# Disable Ctrl-S
stty stop '' -ixoff
# env VIMRUNTIME="$appRoot/runtime" "$appRoot/bin/nvim" $@
env /usr/bin/nvim $@