Skip to content

Instantly share code, notes, and snippets.

@JAffleck
Created June 17, 2018 05:42
Show Gist options
  • Save JAffleck/2ba6ca0bd0d5545fd17c396357b9abf0 to your computer and use it in GitHub Desktop.
Save JAffleck/2ba6ca0bd0d5545fd17c396357b9abf0 to your computer and use it in GitHub Desktop.
Neovim - Edit With Neovim WIndows Context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Neovim]
@="Edit with Neovim"
"Icon"="C:\\tools\\neovim\\Neovim\\bin\\nvim-qt.exe"
[HKEY_CLASSES_ROOT\*\shell\Neovim\command]
@="\"C:\\tools\\neovim\\Neovim\\bin\\nvim-qt.exe\" \"%1\""
@dnery
Copy link

dnery commented Dec 4, 2023

Thanks for tips, worked like a charm for me! Setting the icon in Windows 11 did not work, however... Did anyone face any issues as well?

@Tzjinn
Copy link

Tzjinn commented Jul 4, 2024

You can change the icon for the context menu by changing the address from regedit directly. Find Icon under Default at * and Directory respectively, double click, and point it to any .ico address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment