Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Command Line : Neovim Shortcut - nv

function nv () {
  nvim $1
}

- This is the function I use to launch Neovim from the command line

- It lets me point to different versions of Neovim easily while working with the nightly builds

- One optional argument can be passed to open a specific file, but I rarely do that. Instead I usually just open in the directory I want to work in