Command Line: Neovim Shortcut - nv

code

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