Skip to content

Instantly share code, notes, and snippets.

@ghorsey
Last active January 18, 2023 01:57
Show Gist options
  • Save ghorsey/06117b2f415b5dff0ed200e32633a7e0 to your computer and use it in GitHub Desktop.
Save ghorsey/06117b2f415b5dff0ed200e32633a7e0 to your computer and use it in GitHub Desktop.
Add NeoVim to Windows Explorer Right Click
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\NVim]
@="Open with N&eoVim"
"Icon"="C:\\Program Files\\Neovim\\bin\\nvim-qt.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\NVim\command]
@="C:\\Program Files\\Neovim\\bin\\nvim.exe %V"
[HKEY_CLASSES_ROOT\Directory\shell\NVim]
@="Open with N&eoVim"
"Icon"="C:\\Program Files\\Neovim\\bin\\nvim-qt.exe"
[HKEY_CLASSES_ROOT\Directory\shell\NVim\command]
@="C:\\Program Files\\Neovim\\bin\\nvim.exe %V"
[HKEY_CLASSES_ROOT\*\shell\NVim]
"Icon"="C:\\Program Files\\Neovim\\bin\\nvim-qt.exe"
@="Open with N&eoVim"
[HKEY_CLASSES_ROOT\*\shell\NVim\command]
@="C:\\Program Files\\Neovim\\bin\\nvim.exe %1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment