diff --git a/.config/shell/bin/nvc b/.config/shell/bin/nvc index d6869fb..920241a 100755 --- a/.config/shell/bin/nvc +++ b/.config/shell/bin/nvc @@ -1,6 +1,6 @@ #!/bin/sh # Purpose: edit nvim configuration while being cd'd into the directory that # most of the files live so they can easily be :e'd -# Usage: nvc +# Usage: nvc [$EDITOR options] cd ~/.config/nvim/lua/blake \ - && nvim ../../init.lua + && $EDITOR "$@" ../../init.lua