Created
January 5, 2016 03:44
-
-
Save mjtorn/c32a428768200aeadd8f to your computer and use it in GitHub Desktop.
How to execute local nvim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -eu | |
VIM_BASE=/home/mjt/.local/neovim-linux64/ | |
export VIMRUNTIME=${VIM_BASE}/share/nvim/runtime/ | |
exec ${VIM_BASE}/bin/nvim $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment