commit 9c814877ac95886384fa757a18f46ed35105f9dc parent bf0f2f626e63ad12d333ce9d2976f01c71dd1f9b Author: Chris Bracken <chris@bracken.jp> Date: Mon, 9 Oct 2023 23:22:09 -0700 Add vim wrapper script Launches neovim instead. Diffstat:
A | .local/bin/vim | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.local/bin/vim b/.local/bin/vim @@ -0,0 +1,2 @@ +#!/bin/sh +exec nvim "$@"