Skip to content

Instantly share code, notes, and snippets.

@rafaelnp
Last active May 11, 2022 07:24
Show Gist options
  • Save rafaelnp/1349561d69fe2a0d66a30d60e87f8c11 to your computer and use it in GitHub Desktop.
Save rafaelnp/1349561d69fe2a0d66a30d60e87f8c11 to your computer and use it in GitHub Desktop.
Open with Neovim context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Open with Neovim]
@="Open with Neovim"
"Icon"="C:\\tools\\neovim\\nvim-win64\\bin\\nvim-qt.exe"
[HKEY_CLASSES_ROOT\*\shell\Open with Neovim\command]
@="C:\\tools\\neovim\\nvim-win64\\bin\\nvim-qt.exe \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment