Skip to content

Instantly share code, notes, and snippets.

@mjtorn
Created January 5, 2016 03:44
Show Gist options
  • Save mjtorn/c32a428768200aeadd8f to your computer and use it in GitHub Desktop.
Save mjtorn/c32a428768200aeadd8f to your computer and use it in GitHub Desktop.
How to execute local nvim
#!/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