Skip to content

Instantly share code, notes, and snippets.

@ponko2
Created October 7, 2017 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ponko2/0aaecb303112af4096b97a0e3b25a3a3 to your computer and use it in GitHub Desktop.
Save ponko2/0aaecb303112af4096b97a0e3b25a3a3 to your computer and use it in GitHub Desktop.
NeovimのTerminal内でNeovimを起動しようとした時はバッファで開く
if [[ -v MYVIMRC ]] && type nvr &> /dev/null; then
alias nvim='nvr --remote-silent'
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment